function displayAds (zoneID) {
	var url = location.toString();
	if( url.indexOf('Legal%20Ads2') == -1 ) {
	
		if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://www.news-banner.com/adserver/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:" + zoneID + "&amp;target=_blank&amp;block=1&amp;blockcampaign=1");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
  
  }
  else {
  	var o = window.onload;
  	window.onload = function() {
  		document.getElementById('rectangleAd').style.display = 'none';
  	}
  }
}