function lwtag(ic,t) {
var hf
var h='http://online.lawerinto.com/lwtag.php'

if(t=='')t=document.title
var r=document.referrer

h+='?ic='+ic+'&u='+escape(document.location)+'&t='+escape(t)+'&r='+escape(r)+'&n='+escape(Date())+'&rs='+screen.width+'x'+screen.height+'x'+screen.colorDepth
document.cookie='coo=true'
if(document.cookie.indexOf('coo=true')>=0)h+='&coo=1'
if(navigator.appName=="Netscape"&&parseInt(navigator.appVersion)<5)hf='<'+'img src="'+h+'" height=1 width=1 border=0 alt="">';else hf='<'+'script src="'+h+'&h=s"> <'+'/script>'
document.write(hf)
}

function lwtag_download(ic,t,u,r) {
var hf
var h='http://online.lawerinto.com/lwtag.php'

if(u=='')u=document.location
if(r=='')r=document.referrer
if(t=='')t=document.title

h+='?ic='+ic+'&u='+escape(u)+'&t='+escape(t)+'&r='+escape(r)+'&n='+escape(Date())+'&rs='+screen.width+'x'+screen.height+'x'+screen.colorDepth

document.cookie='coo=true'
if(document.cookie.indexOf('coo=true')>=0)h+='&coo=1'

win_miner=window.open('','win_miner','width =1,height=1,status =no,directories =no,location =no,toolbar =no');

if(navigator.appName=="Netscape"&&parseInt(navigator.appVersion)<5)hf='<'+'img src="'+h+'" height=1 width=1 border=0 alt="">';else hf='<'+'script src="'+h+'&h=s"> <'+'/script>'
//document.write(hf)

win_miner.document.write(hf);
win_miner.close();

}
