function Huella(ic,u,r,t) {
var h,server,hf
server='http://www.lawerinto.com/Huella.php'
if (u=='')u=document.location
if (r=='')r=document.referrer
if (t=='')t=document.title
document.cookie='iscooken=true'
h='?u='+escape(u)+'&r='+escape(r)+'&t='+escape(t)+'&ic='+ic+'&n='+escape(Date())
if(typeof(screen)=='object') h+='&res='+screen.width+'x'+screen.height+'x'+screen.colorDepth
if(document.cookie.indexOf('iscooken=true')>=0)h+='&coo=1'
if(navigator.appName=="Netscape"&&parseInt(navigator.appVersion)<5)hf='<'+'IMG SRC="'+server+h+'" height=1 width=1 border=0 alt="">';else hf='<'+'SCRIPT SRC="'+server+h+'&th=scr"> <'+'/SCRIPT>'
document.write(hf)
}

