var s1 = document.referrer;
s1 = s1.replace(/\&/g, "[!]");
var s2 = document.location.href;
s2 = s2.replace(/\&/g, "[!]");

//document.write(s1+"---"+s2)


document.write("<img border=0  width=0 height=0 src='v9counter/?screen="+escape(screen.width)+"&link="+s1+"&linkfrom="+s2+" '>");