//bisshow ��������ㄤ����规��涓�涓���″箍�����ュ�冲�������℃�������剧ず

var bflag = true;

if(typeof bisshow != "undefined" && bisshow == false){
	//���杈瑰箍���������������瀹癸����������″箍���涓���剧ず
	if(typeof ilen != "undefined" && ilen > 0){
		bflag = false;
	}
	bisshow = true;
}


var ads = new Array();
	ads[0] = {id:1936, pid:143};

ilen = ads.length;
icount = parseInt(Math.random()*ads.length);
try{
  icount = getCookie("drumcount");
}catch(e){}
icount = icount % ilen;
ad = ads[icount];

if(typeof ad != "undefined" && bflag){
	str = "<script src=\"http://www.gootrip.com/gootrip/drum/" + ad['pid'] + "_" + ad['id'] + ".js\" language=\"javascript\"></script>";
	document.write(str);
}