﻿//create by Arthur(阿胜),丁报圣
//<!--对联开始-->		
function closelo()
{	
    LeftAD1.style.visibility='hidden';
	RightAD1.style.visibility='hidden';
}
		//----------38
		document.write("<DIV id='LeftAD1' style='Z-INDEX: 1; VISIBILITY: hidden; POSITION: absolute'>");
		document.write("<TABLE width='102' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<TR>");
		document.write("<TD width='102' height='283'>");
		document.write("<P><A target='_blank' href='/User/VIP_Intro.aspx'><IMG border='0' src='/Inc/UploadImage/float-vip.gif' width='102' height='283'></A></P>");
		document.write("</TD>");
		document.write("</TR>");
		//关闭
		document.write("</TR>");
		document.write("<TR>");
		
		document.write("<TD valign='middle' title='点击关闭'><A onClick='closelo();' style='cursor:pointer;'> <IMG src='/Images/cross.gif' align='absMiddle' width='36' height='13'></A></TD>");
		document.write("</TR>");	
		document.write("</TABLE>");
		document.write("</DIV>");
		//----------38	
		document.write("<DIV id='RightAD1' style='Z-INDEX: 1; VISIBILITY: hidden; POSITION: absolute'>");			
		document.write("<P><A target='_blank' href='/User/VIP_Intro.aspx'><IMG border='0' src='/Inc/UploadImage/float-vip.gif' width='102' height='283'></A></P>");		
		document.write("</DIV>");		
		//----------zhuanti1_buttom.gif		
function doCouplet()
{
	if((document.body.offsetWidth>800)){	
	  LeftAD1.style.visibility='visible';
	  RightAD1.style.visibility='visible';	  
	  LeftAD1.style.top=108;//379;
	  LeftAD1.style.left=1;
	  RightAD1.style.top=108;//379;
	  RightAD1.style.right=1;	  
	}else{
	LeftAD1.style.visibility='hidden';
	RightAD1.style.visibility='hidden';	
	}
}

doCouplet();
lastScrollY=0;

function backtop()
{
	diffY=document.body.scrollTop;
	percent=.1*(diffY-lastScrollY);
	if(percent>0)
	{
		percent=Math.ceil(percent);
	}
	else
	{
		percent=Math.floor(percent);
	}
	
	document.all.LeftAD1.style.pixelTop+=percent;
	document.all.RightAD1.style.pixelTop+=percent;
	
	lastScrollY=lastScrollY+percent;
}

window.setInterval("backtop()",10);
//<!--对联结束-->

