
c_="";

l_=""+screen.width;

d_=document.referrer;

url = escape(location);

 

if (self != top){

 

try

         {

                   r_=""+escape(parent.document.referrer);

         }catch(e_r) {

                   r_=""+escape(d_);

         }

}else {

         r_=""+escape(d_);

}

if(navigator.appName!="Netscape"){

         c_=screen.colorDepth

}else{

         c_=screen.pixelDepth

}

 

document.write("<iframe id=\"RSIFrame\" name=\"RSIFrame\" style=\"width:0px; height:0px; border:0px\" ");

document.write("  src=\"http://embraiz.com/EmbraizNET/module/statistics/clickSubmit.jsp?url="+url+"&siteName=crm.embraiz.com&screenWidth="+l_+"&refer="+r_+"\"></iframe>");





 

