function Huella(ic,u,r,t) {
var h,server,hf
server='http://online.lawerinto.com/lwtag_huella.php'
if(u=='')u=document.location
if(r=='')r=document.referrer
if(t=='')t=document.title
document.cookie='coo=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('coo=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)
}
