var core = 0;

link = new Array(
"http://www.ebtelco.com/chinese/Promotion/0601/0601-all.asp","http://www.ethome.com.tw/peach/index.html","http://bestpc.apbb.com.tw/index.html","http://survey.consultco.com/s/tw?refid=apol-bnr"
);

image = new Array(
"http://www.ebtelco.com/chinese/Promotion/0601/banner/468x60_apol.swf","http://www.ethome.com.tw/peach/images/46860.gif","http://bestpc.apbb.com.tw/banner/46860.gif","http://www.apol.com.tw/images/TW6_468x60_banner.gif"
);

text = new Array(
"恐龍現形記","桃花開運","免費極速體驗","AC Nielsen "
);

var time = new Date();
var core = time.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

if (ranimage.substring((ranimage.toString().length)-3)=='swf') {
  document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 width=468 height=60><param name=movie value='+ranimage+'><param name=quality value=high><embed src='+ranimage+' quality=high pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash width=468 height=60></embed></object>');
}
else {
  document.write('<a href=\"' +ranlink+ '\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\" onClick=frame(ranlink)></a>');
}

