var mydate = new Date();
var d = document;
var t = mydate.getTimezoneOffset()/60;
var u = escape(window.document.URL);
var r = escape(window.document.referrer);
var c = (navigator.cookieEnabled?'Y':'N');
var j = (navigator.javaEnabled()?'Y':'N');
var s = screen.width+'x'+screen.height+'x'+screen.colorDepth;

var serv = 'http://serv.adspeed.com/ad.php';
var q = 'do=AR&wd='+wd+'&ht='+ht+'&h='+h+'&g='+g+'&n='+n+'&tz='+t+'&ck='+c+'&jv='+j+'&scr='+s+'&ref='+r+'&uri='+u+'&r='+Math.random()*100;

d.write('<html><body><ifr'+'ame id=ar allowtransparency=true src="'+serv+'?'+q);
d.write('" width='+wd+' height='+ht+' marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no>');
d.write('</ifr'+'ame></body></html>');
