	<!--
		function initEcAd() {
			if (typeof(document.all.AdLayer1)=="object"){
				document.all.AdLayer1.style.posTop = - 50;
				document.all.AdLayer1.style.visibility = 'visible'
				MoveLeftLayer('AdLayer1');
			}

			if (typeof(document.all.AdLayer2)=="object"){		
				document.all.AdLayer2.style.posTop = - 50;
				document.all.AdLayer2.style.visibility = 'visible'
				MoveRightLayer('AdLayer2');
			}
		}
		function MoveLeftLayer(layerName) {
			var x = 6;//ÉèÖÃ×ó±ß¾à
			var y = 200;//ÉèÖÃ¶¥±ß¾à
			var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40;
			var y = document.body.scrollTop + y - diff;
			eval("document.all." + layerName + ".style.posTop = parseInt(y)");
			eval("document.all." + layerName + ".style.posLeft = x");
			setTimeout("MoveLeftLayer('AdLayer1');", 20);
		}
		function MoveRightLayer(layerName) {
			var x = 76;//ÉèÖÃÓÒ±ß¾à
			var y = 200;//ÉèÖÃ¶¥±ß¾à
			var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
			var y = document.body.scrollTop + y - diff;
			eval("document.all." + layerName + ".style.posTop = y");
			eval("document.all." + layerName + ".style.posRight = x");
			setTimeout("MoveRightLayer('AdLayer2');", 20);
		}
		
		function HiddenAD(id) {
			document.all[id].style.display = "none";
		}

		document.write("<div id='AdLayer2' style='display:;position: absolute;visibility:hidden;z-index:1'><a href=\"\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"120\" height=\"318\"><param name=\"movie\" value=\"flash/qm0.swf\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><embed src=\"flash/qm0.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"120\" height=\"318\"></embed></object></a></div>");

		initEcAd()
	//-->
