
var t_title=document.title;  //document title 
var t_url=document.URL;    //document url 
var t_acct="A06001"; //account number
var t_creative = ""; //creative
var t_se = ""; //Search Engine
var t_kw = ""; //Keyword
var t_rf = window.document.referrer;
var t_rnd = Math.floor(Math.random()*999999); var t_l = "CPS"; //Tracking Level - Client Dependant 
var s; s="http"+(document.URL.indexOf('https:')==0?'s':'')+"://ig.insightgrit.com/dg2.asp?r="+t_rnd+"" 

function t_append( t_var, t_val)
{ s+="&"+t_var+"="+escape(t_val); } 

t_append("t", t_title);
t_append("acc", t_acct);
t_append("url", t_url);
t_append("se", t_se);
t_append("c", t_creative);
t_append("kw", t_kw);
t_append("l", t_l);
t_append("rf", t_rf); 

document.write ('<table><tr><td height=1><IMG  WIDTH="1" HEIGHT="1" src="'+s+'"></td></tr></table>'); 




