')
//alert('thisUser='+thisUser)
if (self.parent.location.search) { findUser(self.parent.location.search) }
//alert('thisUser='+thisUser)
if (parent.document.referrer) { findUser(parent.document.referrer) }
//alert(getObj("logon").style.visibility)
// if (parent.banner.document.all.logon) {
// with (parent.banner.document.all.logon) {
if (parent.banner.document.getElementById("logon")) {
with (parent.banner.document.getElementById("logon")) {
if (thisUser=="") {
style.visibility = "hidden"
innerHTML=""
} else {
innerHTML="You are logged in as
"+thisUser+""
style.visibility = "visible"
}
//alert(innerHTML)
}
//alert('thisUser='+thisUser)
}
function storeUser() {
with (self.document.users) {
username.value=thisUser
visits.value=myVisits
//alert(username.value+' '+visits.value)
}
if (thisUser!='' && myVisits<4) {
parent.main.location.href="members.html"
}
}
window.onload=trackMouse;
var counterSrc="http://www.tinycounter.com"
var preload = new Image()
//preload.src = "http://mycounter.tinycounter.com/index.php?user=keithwest"
var counterCred = ""
// -->