var ad=new Array()
ad[0]='<a href="http://www.otm.ca/" target="_blank"><img src="http://www.tasteofthecity.ca/images/start_24x.jpg" width="354" height="138" alt="On The Move" border="0"></a>';
ad[1]='<a href="http://www.foodland.gov.on.ca/english/index.html" target="_blank"><img src="http://www.tasteofthecity.ca/images/start_23.jpg" width="354" height="138" alt="Foodland Ontario" border="0"></a>';
var xy=Math.floor(Math.random()*ad.length);
document.write(ad[xy]);
