//<script>
window.onerror = handleErrors
function handleErrors(){return true}

var turl = document.URL
var jv = "True"	
if (navigator.javaEnabled() < 1) {jv = "False"}
var pgname = window.location.pathname;
pgname = pgname.substring(pgname.lastIndexOf('/') + 1);
var rf = document.referrer
if (turl.indexOf("?ref=")!=-1)	
	rf = turl.substring(turl.lastIndexOf("?ref=")+5,turl.length)
document.write( "<script language=\"JavaScript\" src=\"/bin/Functions/NewUser.asp?ref="+ rf +"&res="+ window.screen.width + "x" + window.screen.height +"&cl="+ window.screen.colorDepth +"&jv="+ jv +"&pg="+ pgname +"\"><\/script>" )
var sj = window.screen.width
if (sj>800)
	document.write("<style>.slogan{right:15%}</style>")
document.write("<style>.slogan{visibility:visible}</style>")


function pop(url,name,wid,hgt,args){
var p = window.open(url,name,"width="+wid+",height="+hgt+args)
p.focus()
}