   //<![CDATA[
   var adLeftSrc = "/images/shop_110.gif"
   var adLeftFlash = ""
   var adLeftHref = "/shop.htm"
   var adLeftWidth = 110
   var adLeftHeight = 350
   var adRightSrc = "/images/shop_110_s.gif"
   var adRightFlash = ""
   var adRightHref = "/shop.htm"
   var adRightWidth = 110
   var adRightHeight = 350
   var marginTop = 40
   var marginLeft = 15
   var navUserAgent = navigator.userAgent
   function closeAd2(){
	adLeftFloat.style.visibility='hidden';
	}
   function closeAd3(){
	adRightFloat.style.visibility='hidden';
	}
   function load(){
    judge();
    move();
   }
   function move() {
    judge();
    setTimeout("move();",1000)
   }
   function judge(){
    if (navUserAgent.indexOf("Firefox") >= 0 || navUserAgent.indexOf("Opera") >= 0) {
     if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adLeftHeight - marginTop + 'px';}
     if (adRightSrc != "") {
      document.getElementById("adRightFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adRightHeight - marginTop + 'px';
      document.getElementById("adRightFloat").style.left = ((document.body.clientWidth > document.documentElement.clientWidth)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px';
     } 
    }
    else{
     if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adLeftHeight - marginTop + 'px';}
     if (adRightSrc != "") {
      document.getElementById("adRightFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adRightHeight - marginTop + 'px';
      document.getElementById("adRightFloat").style.left = ((document.documentElement.clientWidth == 0)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px';
     }
    }
    if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.left = marginLeft + 'px';}
   }
   if (adLeftSrc != "") {
    if (adLeftFlash == "flash") {
     document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";\"><a href=\"" + adLeftHref +"\"><embed src=\"" + adLeftSrc + "\" quality=\"high\"  width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\" type=\"application/x-shockwave-flash\"></embed></a></div>");
    }
    else{
     document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";\"><table width='100' border='0' cellpadding='0' cellspacing='0'><tr><td height=10 align=right><a href=javascript:closeAd2()><img src=/images/close.gif width=12 height=10 border=0></a></td></tr><tr><td><a href=\"" + adLeftHref +"\" target='_blank'><img src=\"" + adLeftSrc + "\"  width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\"  border=\"0\" \></a></td></tr></table></div>");
    }
   }
   if (adRightSrc != "") {
    if (adRightFlash == "flash") {
     document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";\"><a href=\"" + adRightHref +"\"><embed src=\"" + adRightSrc + "\" quality=\"high\"  width=\"" + adLeftWidth + "\" height=\"" + adRightHeight + "\" type=\"application/x-shockwave-flash\"></a></embed></div>");
    }
    else{
     document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";\"><table width='100' border='0' cellpadding='0' cellspacing='0'><tr><td height=10 align=right><a href=javascript:closeAd3()><img src=/images/close.gif width=12 height=10 border=0></a></td></tr><tr><td><a href=\"" + adRightHref +"\" target='_blank'><img src=\"" + adRightSrc + "\"  width=\"" + adRightWidth + "\" height=\"" + adRightHeight + "\"  border=\"0\" \></a></td></tr></table></div>");
    }
   }
   load();
   //]]>

