function initEcAd() {
	document.all.AdLayer1.style.posTop = -200;
	document.all.AdLayer1.style.visibility = 'visible'
	document.all.AdLayer2.style.posTop = -200;
	document.all.AdLayer2.style.visibility = 'visible'
	MoveLeftLayer('AdLayer1');
	MoveRightLayer('AdLayer2');
}
function MoveLeftLayer(layerName) {
	var x = 5;
	var y = 100;// 左侧广告距离页首高度
	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 = 5;
	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 hidqq()
{
	document.getElementById("AdLayer1").style.display="none";	
	document.getElementById("AdLayer2").style.display="none";
}

document.write("<div id=AdLayer1 style=\"position:absolute; visibility:hidden; z-index:1;\"></div>");
document.write("<div id=AdLayer2 style=\"position:absolute; visibility:hidden; z-index:1;\">");
document.write("<table width=\"126\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");

document.write("<td><img src=\"images/qq1.gif\" width=\"126\" height=\"60\" border=\"0\" usemap=\"#Map223\"></td>");
document.write("</tr><tr><td height=\"125\" background=\"images/qq2.gif\" align=\"center\" valign=\"top\">");

document.write("    <a href=\"http:\/\/wpa.qq.com/msgrd?V=1&amp;Uin=284118231&amp;Menu=yes\"  target=\"blank\"><img border=\"0\" SRC='http:\/\/wpa.qq.com\/pa?p=1:284118231:1'  alt=\"客服1\"><\/a>");
document.write("<br><a href=\"http:\/\/wpa.qq.com/msgrd?V=1&amp;Uin=1135657596&amp;Menu=yes\" target=\"blank\"><img border=\"0\" SRC='http:\/\/wpa.qq.com\/pa?p=1:1135657596:1' alt=\"客服2\"><\/a>");
document.write("<br><a href=\"http:\/\/wpa.qq.com/msgrd?V=1&amp;Uin=1103016857&amp;Menu=yes\" target=\"blank\"><img border=\"0\" SRC='http:\/\/wpa.qq.com\/pa?p=1:1103016857:1' alt=\"客服3\"><\/a>");
//document.write("<br><a href=\"http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=c307c6416203907ebd64e838911393cdfcf7dbe5599e3dd780d34386ec058294\"; target=_blank; onclick=\"var tempSrc='http:\/\/sighttp.qq.com\/wpa.js?rantime='+Math.random()+'&sigkey=c307c6416203907ebd64e838911393cdfcf7dbe5599e3dd780d34386ec058294';var oldscript=document.getElementById('testJs');var newscript=document.createElement('script');newscript.setAttribute('type','text\/javascript'); newscript.setAttribute('id', 'testJs');newscript.setAttribute('src',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border=\"0\" SRC='http:\/\/wpa.qq.com\/pa?p=1:10212512:1' alt=\"投诉与建议\"><\/a>");

document.write("</td></tr></table>");

document.write("<map name=\"Map223\"><area shape=\"rect\" coords=\"87,8,118,27\" href=\"#\" onclick=\"hidqq()\"></map>");
document.write("</div>");
initEcAd()