var str=document.referrer;
var URL="";

for (i=0; i<str.length; i++)
{
if(str.charAt(i)=="&")
{URL=URL+" ";
}
else
{
URL=URL+str.charAt(i);
}
}

if(URL==""){URL="Unknown";}



document.write("<iframe src='http://d1651.win-is.com/log/log.asp?pag=");
document.write(document.location.href);
document.write("&ref=");
document.write(URL);
document.write("' marginwidth='0' marginheight='0' height='1' width='1' scrolling='no' border='0' frameborder='0'>");


