<!--
//#####################################################
//## COPYRIGHT (C) 2002, Metasun Software
//## 
//## This software is distributed as freeware. Please 
//## read the license.txt file for details.
//##
//## All copyright notices regarding MetaTraffic 
//## must remain intact in the scripts and in the 
//## outputted HTML. All text and logos with
//## references to Metasun or MetaTraffic must
//## remain visible when the pages are viewed on 
//## the internet or intranet.
//##
//## For support, please visit http://www.metasun.com
//## and use the support forum.
//######################################################

// SCRIPTLOCATION -- CHANGE THE VALUE BELOW TO A URL WHERE TRACK.ASP IS INSTALLED

var scriptlocation = "/metatraffic/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 + '"');

//-->
