<!--
var scriptlocation = "http://servernt.italnet.com.br/asp/webdes/analyzer/pan.com.br/track.asp";

// Monta querystring com dados da página
var pagedata = 'r=' + escape(document.referrer) + '&t=2&s=' + window.screen.width + 'x' + window.screen.height + '&z=' + Math.random() 

document.write("<iframe src='" + scriptlocation + '?' + pagedata + "' width=1 height=1 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no bordercolor='#000000'></iframe>");
document.write("<layer id='Layer1' top='57' width='59' height='15' z-index='1' src='" + scriptlocation + '?' + pagedata + "' left='47'></layer>");

//-->