
			var adLeftSrc = "http://www.kjgd.net/hdqc/01.jpg"; 
			var adLeftFlash = "";
			var adLeftHref = "http://www.kjgd.net/hdqc.htm"; 
			var adLeftWidth = 110;
			var adLeftHeight =441;
			var adRightSrc = ""; 
			var adRightFlash = "";
			var adRightHref = ""; 
			var adRightWidth = 0;
			var adRightHeight =0;
			var marginTop = 10;
			var marginLeft = 5;
			var navUserAgent = navigator.userAgent;

			function load(){
				judge();
				move();
			}
			function move() {
				judge();
				setTimeout("move();",80)
			}
			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;z-index=1;width:" + adLeftWidth + ";\"><a href=\"" + adLeftHref +"\" target=_blank><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; z-index=1; width:" + adLeftWidth + ";\"><a onClick='closeimg_left()' style='color:#ff0000; FONT-WEIGHT: bold; FONT-SIZE: 12px;CURSOR: hand;'>¹Ø±Õ</a><br><a href=\"" + adLeftHref +"\" target=_blank><img src=\"" + adLeftSrc + "\"  width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\"  border=\"0\" \></a></div>");
				}
			}
			if (adRightSrc != "") {
				if (adRightFlash == "flash") {
					document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";\"><a href=\"" + adRightHref +"\" target=_blank><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 + ";\" align=\"right\"><a onClick='closeimg_right()' style='color:#ff0000; FONT-WEIGHT: bold; FONT-SIZE: 12px;CURSOR: hand;'>¹Ø±Õ</a><br><a href=\"" + adRightHref +"\" target=_blank><img src=\"" + adRightSrc + "\"   width=\"" + adLeftWidth + "\" height=\"" + adRightHeight + "\"  border=\"0\"  \></a></div>");
				}
			}
			function closeimg_left(){
				if (adLeftSrc != ""){
					document.getElementById("adLeftFloat").style.visibility="hidden";
				}
			}
			function closeimg_right(){
				if (adRightSrc != ""){
					document.getElementById("adRightFloat").style.visibility="hidden";
				}
			}
			load();

