// JavaScript Document
function adInit() {
	var adcontent = new Array();
	var adurl = new Array();
	var adtitle = new Array();
	adcontent[0] = "http://images.arabmmo.com/www/vip/2010/06/03/travin728x90.gif";  //底部广告随机
	adcontent[1] = "http://images.arabmmo.com/www/vip/2010/06/03/travin728x90.gif";
	adcontent[2] = "http://images.arabmmo.com/www/vip/2010/11/09/728x90.gif";
	adurl[0] = "http://tracking.traviangames.com/100821061002728/1";
	adurl[1] = "http://tracking.traviangames.com/100821061002728/1";
	adurl[2] = "http://p.gamedp.com/register.do?a=16.p.gamedp.com&p=long-arab&c=&r=http%3A%2F%2Ftineen.gamedp.com%2Fintro%2F101108.shtml";
	adtitle[0] = "hog";
	adtitle[1] = "travin";
	adtitle[2] = "dc";

	var intRand = Math.floor(Math.random()*3);
	document.getElementById("foot_pic").src = adcontent[intRand];
	document.getElementById("foot_pic").alt = adtitle[intRand];
	document.getElementById("foot_url").href = adurl[intRand];

}adInit();
