lastScrollY = 0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
 diffY = document.documentElement.scrollTop;
else if (document.body)
 diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
 
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("oDiv3").style.top = parseInt(document.getElementById("oDiv3").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
//下面这段删除后，对联将不跟随屏幕而移动。
window.setInterval("heartBeat()",1);
if(document.body.offsetWidth>800){
	{
	document.write("<div id='oDiv3' style='top:400px;right:2px;'><!-- Search Google --><form method=get action=http://www.google.cn/custom target=google_window><label for=sbi style='display: none'>输入您的搜索字词</label><input type='text' name='q' size='15' maxlength='255' value='女生派' id='sbi' style='border: 1px solid #FBDAE9'></input><label for='sbb' style='display: none'>提交搜索表单</label><input type='submit' name='sa' value='搜索互联网' id='sbb' style='width:100px;border: 1px solid #FBDAE9; padding: 0; background-color: #FBDAE9'></input><input type='hidden' name='client' value='pub-6455209406209735'></input><input type='hidden' name='forid' value='1'></input><input type='hidden' name='ie' value='GB2312'></input><input type='hidden' name='oe' value='GB2312'></input><input type='hidden' name='cof' value='GALT:#0066CC;GL:1;DIV:#FFFFFF;VLC:663399;AH:center;BGC:FFEDF5;LBGC:E95396;ALC:000000;LC:000000;T:FF6FCF;GFNT:CCCCCC;GIMP:CCCCCC;LH:31;LW:88;L:http://girlpai.com/images/logo.png;S:http://;FORID:1'></input><input type='hidden' name='hl' value='zh_CN'></input></form><!-- Search Google -->");
	document.write("<div style='background:url(images/1/qq_02.png);height:36px;'></div>");
	document.write("<div style='background:url(images/1/qq_04.png);'><p style='margin-top:0px;font-size:12px;'><a title='点此发信息' style='text-decoration:none;' target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=839708929&Site=GirlPai.com&Menu=no><img style='vertical-align:middle;' border='0' SRC=http://wpa.qq.com/pa?p=1:839708929:4 alt='点击给我消息'> 客服①</a></p><p style='margin-top:0px;font-size:12px;'><a title='点此发信息' style='text-decoration:none;' target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=805281293&Site=GirlPai.com&Menu=no><img style='vertical-align:middle;' border='0' SRC=http://wpa.qq.com/pa?p=1:805281293:4 alt='点击给我消息'> 客服②</a></p></div>");
	document.write("<div style='background:url(images/1/qq_06.png);height:15px;'></div><a style='width:100px;' href=javascript:ld(3,'no')>关闭</a>");
	document.write("</div>");
	}
}
function ld(i,off)
{
var L=document.getElementById("oDiv"+i); 
if (off=="no") 
	{
		L.style.display="none";
	}
if (off=="yes")
	{
		L.style.display=""; 
	}
}