var output;
output = '<script language="javascript" src="/scripts/stats/zag.js?Log=1';
output += '&URL=' + (document.location);
if (typeof con_stats != "undefined")
{
output += '&'+con_stats;
}
var width=screen.availWidth;
var height=screen.availHeight;
var resolution=width + "x" + height;
output += '&screenres='+resolution;
output += '&referrer=' + (document.referrer);
output += '&cachedefeat=' + (new Date()).getTime() + '">';
output += '<\/script>';
document.write(output);

/* For Testing with Debug Table*/
var statCall = '../zag.js?Log=1';
statCall += '&URL=' + (document.location);
if (typeof con_stats != "undefined")
{
statCall += '&'+con_stats;
}
statCall += '&screenres='+resolution;
statCall += '&referrer=' + (document.referrer);
statCall += '&cachedefeat=' + (new Date()).getTime();