var IE3  = navigator.userAgent.indexOf("MSIE 3") != -1;
var OP3  = (navigator.userAgent.indexOf("Opera/3") != -1) && MOZ3;
var OP35 = (navigator.userAgent.indexOf("Opera/3") != -1) && MOZ4;
var OP36 = (navigator.userAgent.indexOf("Opera 3") != -1) && MOZ4;

if (!IE3 && !OP3 && !OP35 && !OP36) {

var tdmain = "<td width=39 align=center nowrap>"
var imgsrc = "<img src=\"slideimg/"
var imgatt = " width=39 height=18 border=0"
var imgatt2 = " width=12 height=18 border=0"

var sghtml = "<table align=center width=179 cellspacing=0 cellpadding=0>"
sghtml += "<tr><td colspan=6 align=center valign=bottom>" +  imgsrc
sghtml += "bgclrdot.gif\" width=179 height=2 border=0 alt=\"\"></td></tr>"
sghtml += "<tr><td width=12 align=center nowrap>"
sghtml += imgsrc + "leftedge.gif\"" + imgatt2 + "></td>"
sghtml += tdmain + "<a href=\"#\" onClick=\"preImg('slideImg'); clearTimeout(timerID)\">"
sghtml += imgsrc + "sgprevof.gif\"" + imgatt + "></a></td>"
sghtml += tdmain + "<a href=\"#\" onClick=\"switchImage('slideImg')\">"
sghtml += imgsrc + "sgcycleof.gif\"" + imgatt + "></a></td>"
sghtml += tdmain + "<a href=\"#\" onClick=\"clearTimeout(timerID)\">"
sghtml += imgsrc + "sgpauseof.gif\"" + imgatt + "></a></td>"
sghtml += tdmain + "<a href=\"#\" onClick=\"switchImage('slideImg'); clearTimeout(timerID)\">"
sghtml += imgsrc + "sgnextof.gif\"" + imgatt + "></a></td>"
sghtml += "<td width=11>" + imgsrc + "bgclrdot.gif\" width=11 height=18 border=0></td></tr>"
sghtml += "<tr><td colspan=6 align=center valign=top>"
sghtml += imgsrc + "bgclrdot.gif\" width=179 height=2 border=0 alt=\"\"></td></tr></table>"

document.write(sghtml);

}