/*
	Copyright (C) 2005-2009 PiLeWu.com & GamerLC.com All Rights Reserved.

	Final edit: 2009-06-19
*/


var how_many_ads = 1  //******** 數量 ******** 
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

//**************** 魔物 ******** 20100220 ********
if (ad==1){

url="http://im.gameflier.com/ac/MHF/20091223/index.jsp?CID=C001748&AID=A000052";
alt=""; 
banner="http://img194.imageshack.us/img194/9720/1223750x100pw.gif";
width="750";
height="100";
}

//**************** 仙劍_改版 ******** 20091119 ********
if (ad==2) {

url="http://im.gameflier.com/ac/CPO/20091021/index.jsp?CID=C001537&AID=A000049";
alt="";
banner="http://img260.imageshack.us/img260/2879/750x100.gif";
width="750";
height="100";
}

//**************** 誅仙2 ******** 20100118 ********
if (ad==3) {

url="http://im.gameflier.com/ac/ZX2/20091125/index.jsp?CID=C001627&AID=A000051";
alt=""; 
banner="http://img187.imageshack.us/img187/9863/l750x100100k.gif";
width="750";
height="100";
}

//**************** 待上架 ******** 20091231 ********
if (ad==4) {

url="http://xchange.asiadnet.com/z/273/CD190/";
alt=""; 
banner="http://xchange.asiadnet.com/42/190/273/";
width="750";
height="100";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');