function Huella(ic,u,r,g) {
var h,server,hf
server='http://www2.lawerinto.com/HuellaMC.php'
if (u=='')u=document.location
if (r=='')r=document.referrer
document.cookie='iscooken=true'
h='&u='+escape(u)+'&r='+escape(r)+'&t='+escape(window.document.title)+'&g='+escape(g)+'&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+'?th=img'+h+'" height=1 width=1 border=0 alt="">';else hf='<'+'SCRIPT SRC="'+server+'?th=scr'+h+'"> <'+'/SCRIPT>'
document.write(hf)
}

