advert1='<strong><a href="http://www.comx-computers.co.za" target="_blank" onClick="countClick()">Computers and laptops</a> <img src="i/corners/thumbs_up.gif" width="25" height="25" alt="Premium advertiser"> </strong><br>Buy computers and laptops in South Africa.<br>Reputable and online since 2002!<br><a href="http://www.comx-computers.co.za" target="top" style="font-size:9px;text-decoration:none"  onClick="countClick()">www.Comx-Computers.co.za</a>';
advert2='<strong><a href="http://freefaxtoemail.biz" target="_blank" onClick="countClick()">Free Fax To Email</a> <img src="i/corners/thumbs_up.gif" width="25" height="25" alt="Premium advertiser"> </strong><br>Receive a FREE 086 fax number.<br>No costs to recieve faxes in your email.<br><a href="http://freefaxtoemail.biz" target="top" style="font-size:9px;text-decoration:none"  onClick="countClick()">http://FreeFaxToEmail.biz</a>';

	function next_ad(whichad,numads){
	whichad=whichad+1;
	if (whichad>numads){
	whichad=1;
		document.getElementById('sponsored').innerHTML =advert1;
	}else{
		document.getElementById('sponsored').innerHTML =advert2;
	}
		return whichad;
	}
document.write('<div id="sponsored">');
if ((Math.floor(Math.random()*10))<=4){ //ten sponsors 0-9
advert=1;
document.write(advert1);
}else{
advert=2;
document.write(advert2);
}
document.write('</div>');
document.write('<div style="margin:6px 0 0 0"><div style="float:left"><a href="#" onClick="advert=next_ad(advert,2);return false;" style="background-color:#030;color:#fff;font-weight:bold;text-decoration:none;" title="Next Sponsor">&nbsp;&gt;&nbsp;</a></div><div style="float:right"><em>Sponsor</em></div><div style="clear:both"></div></div>');
