var ad=new Array()

ad[0]='<a href="http://www.posticino.com/" target="_blank"><img src="http://www.tasteofthecity.ca/vendors/sideposticino.jpg" width="354" height="138" alt="Posticino" border="0"></a>';

ad[1]='<a href="http://www.pulcinellatoronto.com/" target="_blank"><img src="http://www.tasteofthecity.ca/vendors/pulcinella/Large-pulcinella-sidebanner.jpg" width="354" height="138" alt="Pulcinella" border="0"></a>';

var xy=Math.floor(Math.random()*ad.length);

document.write(ad[xy]);
