//Javascript Source Link (asap_ad.js)
// variables must be assigned dude
//var asap_slug;
//var asap_olcode;
//var asap_category;
//var asap_dheadline;
//var asap_site;
//var asap_section;
 
function check_exc()
{
  var excArray = new Array('AAAAA');
  for (var i = 0; i < excArray.length; i++)
   if (excArray[i] == asap_site) return 0;
  return 1;
}
 
function asap_ad(asap_pos)
{
 
  var excVal = check_exc();
  if( excVal == 1 )
  {
   var RN = new String(Math.random());
   var RNS = RN.substring(2, 11);
   asap_site =asap_site.toUpperCase(); // convert characters to uppercase
   document.write('<div align="center"><script language="JavaScript1.1" src="http://oascentral.hosted.ap.org/RealMedia/ads/adstream_jx.ads/'+ asap_site + '.asap.ap.org/'+ asap_section + '/1' + RNS + asap_pos + '">');
   document.write('<a href="http://oascentral.hosted.ap.org/RealMedia/ads/click_nx.ads/' + asap_site + '.asap.ap.org/' + asap_section + '/1' + RNS + asap_pos + '">');
   document.write('<img src="http://oascentral.hosted.ap.org/RealMedia/ads/adstream_nx.ads/'+ asap_site +'.asap.ap.org/' + asap_section + '/1' + RNS + asap_pos + '"></a>');
   document.write('<\/script>'+'\</div>');
  }
}
 
function asap_banner()
{
 asap_ad('@x09');
}
 
function asap_skyscraper()
{
 asap_ad('@x08');
}

function asap_banner468x60()
{
 asap_ad('@x07');
}
function asap_ad_interactive()
{
 asap_ad('@x11');
}

