radv = new Array(1)

// Adspeed Control
radv[0] = '<iframe width="760" height="90" src="http://g.adspeed.net/ad.php?do=html&zid=17666&wd=760&ht=90&target=_blank" frameborder="0" scrolling="no" allowtransparency="true" hspace="0" vspace="0"><a href="http://g.adspeed.net/ad.php?do=clk&zid=17666&wd=760&ht=90&pair=as" target="_blank"><img style="border:0px;" src="http://g.adspeed.net/ad.php?do=img&zid=17666&wd=760&ht=90&pair=as" alt="i" width="760" height="90"/></a></iframe>'

//autonet
//radv[0] = '<a href="http://www.mingpaovan.com/autonet" target="_blank"><img src="http://www.mingpaovan.com/image/10AutoNet_760x90_20100101.jpg" width=760 height=90 border=0 alt="明報車網"></a>'

//Life in Van
//radv[1] = '<a href="http://www.mingpaovan.com/Specials/Mainsp.cfm?SpecialsID=65" target="_blank"><img src="http://www.mingpaovan.com/ad/2010/09lifeInVan_760x90_20100104.jpg" width=760 height=90 border=0 alt="精彩溫哥華"></a>'

//New Car Supplement
//radv[2] = '<a href="http://www.mingpaovan.com/Specials/Mainsp.cfm?SpecialsID=66" target="_blank"><img src="http://www.mingpaovan.com/ad/2010/09carSupp_760x90_20100104.jpg" width=760 height=90 border=0 alt="新車手冊"></a>'

//foodchannel
//radv[1] = '<embed src="http://www.mingpaovan.com/image/08FoodChannel_760x90_20080617.swf" width="760" height="90"></embed>'


index = Math.floor(Math.random() * radv.length);

document.write('<table width=760 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td><img src="http://www.mingpaovan.com/image/shim.gif" width=760 height=5></td></tr>');
document.write('<tr><td><div align="center">' + radv[index] + '</div></td></tr></table>');