

var scriptlocation = "http://www.ip-dvb-platform.com/webtraffic/track.asp";

document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?r=');
document.write (escape(document.referrer) + '&t=2');
document.write ('&s=' + window.screen.width + 'x' + window.screen.height + '"');

