radv = new Array(1)

//Canada Post 20100108 - 20100114
//Rice Campaign (20091215 - 20100228)
radv[0] = '<iframe width="300" height="250" src="http://g.adspeed.net/ad.php?do=html&zid=21839&wd=300&ht=250&target=_top" frameborder="0" scrolling="no" allowtransparency="true" hspace="0" vspace="0"><a href="http://g.adspeed.net/ad.php?do=clk&zid=21839&wd=300&ht=250&pair=as" target="_top"><img style="border:0px;" src="http://g.adspeed.net/ad.php?do=img&zid=21839&wd=300&ht=250&pair=as" alt="i" width="300" height="250"/></a></iframe>'


//Rice Campaign (20091215 - 20100228)
//radv[0] = '<a href="http://www.mingpaotor.com/htm/Info/subscriptn/subscript_forms/09subscription_RiceCampaign.pdf" target="_blank"><img src="http://www.mingpaotor.com/image/09Rice_300x250_20091215.jpg" width="300" height="250" border="0" alt="訂明報送財仔得米"></a>'

// Xmas Supplement
//radv[1] = '<a href="http://www.mingpaotor.com/Specials/mainsp.cfm?SpecialsID=76" target="_blank"><img src="http://www.mingpaotor.com/image/09Christmas_300x250_20091217.jpg" width="300" height="250" border="0" alt="2009聖誕新年特刊"></a>'



index = Math.floor(Math.random() * radv.length);

document.write('<table width=300 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td align=center>' + radv[index] + '</td></tr></table>');





