var theDoc = document;
var theBody = theDoc.all;

var xmlHttp;
var arrPosIds = new Array();
var arrFiles = new Array();
function InsertAdver(posid,filename){
	arrPosIds.push(posid);
	arrFiles.push(filename);
}

window.onload = function(){
	<!--滚动会员精品-->
	//startscroll();
	<!--对联广告-->
	//InsertAdver("LRADPos","js/LRAD.inc");
	<!--漂浮广告-->
//	InsertAdver("FloatADPos","js/Floatad.inc");	
	<!--切换供求信息-->
	do_chg_pd();
	<!--全屏广告，为了优先显示，以将该内容放在页面中之行了-->
	//InsertAdver("FullADPos","js/fullad.inc");
	<!--页内广告-->
	loadAdverContent();
};

window.onscroll = function(){
	if ( theDoc.getElementById("myleft") != null )
	{
		MoveLRAd("myleft",1);
	}
	if ( theDoc.getElementById("myright") != null )
	{
		MoveLRAd("myright",2);
	}
	if ( theDoc.getElementById("myright1") != null )
	{
		MoveLRAd("myright1",4);
	}
};
