//<!-- begin ad tag -->
if (adZone == null) {
  var adZone = "/extras";
}

ord=Math.random()*10000000000000000;

//alert('Site - ' + adSite);
//alert('Zone - ' + adZone);
//alert('Width - ' + adWidth);
//alert('Height - ' + adHeight);
document.write('<iframe id="dclk'+ord+'" src="#" width="'+adWidth+'" height="'+adHeight+'" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling=no borderCOLOR="#000000">');
if (navigator.userAgent.indexOf("Gecko")==-1) {
  document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/'+adSite+''+adZone+';sz='+adWidth+'x'+adHeight+';abr=!ie;ord='+ord+'?" type="text/javascript"><\/script>');
}
document.write('</iframe>');

if (document.getElementById('dclk'+ord+'')) { 
  document.getElementById('dclk'+ord+'').src = 'http://ad.doubleclick.net/adi/'+adSite+''+adZone+';sz='+adWidth+'x'+adHeight+';ord='+ord+'?';
}
adWidth="0";
adHeight="0";
//<!-- End ad tag -->