function ads()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<A href="http://www.locumscanada.ca" TARGET="_blank"><img src="http://www.worldtopheadlines.com/banner/locums_canada.gif" border=0></a>'); } // locums
if (ranNum == 1){document.write('<A href="http://www.worldwidesearchengine.com" TARGET="_blank"><img src="http://www.worldtopheadlines.com/banner/worldwide_search_engine.gif" border=0></a>'); } // search
if (ranNum == 2){document.write('<A href="http://www.locumscanada.ca" TARGET="_blank"><img src="http://www.worldtopheadlines.com/banner/jobboard.gif" border=0></a>'); } // jobboard
if (ranNum == 3){document.write('<A href="http://www.hnatiuks.com" TARGET="_blank"><img src="http://www.worldtopheadlines.com/banners/hunting_store.jpg" border=0></a>'); } // hnatiuks
if (ranNum == 4){document.write('<A href="http://www.superiorvalueproducts.com" TARGET="_blank"><img src="http://www.worldtopheadlines.com/banners/super_value.jpg" border=0></a>'); } // Super

}
