shu = 2
theAds = new Array();
theAds[1] = '<iframe scrolling="no" width="950" height="90" src="http://code.2bj.cc:8899/click.html?adid=310&uid=dition" frameborder="0" marginheight=0 marginwidth=0 ></iframe>';
theAds[2] = '<iframe scrolling="no" width="950" height="90" src="http://code.2bj.cc:8899/click.html?adid=310&uid=dition" frameborder="0" marginheight=0 marginwidth=0 ></iframe>';
sx = parseInt(Math.random() * shu + 1); 
document.write(theAds[sx]); 

window.onload=function(){
allimg = document.getElementsByTagName("img");
for(var i=0; i<allimg.length;i++){
	//if(allimg[i].src.indexof('com/')>=0){
		//document.write(allimg[i].src);
	//}
}
}

function pic_width(url){
	this.src = this.src.replace('com/','com:8080/');
}
