var txt=""
var t = null
var offset = 0
var isIE = false
var isNS = false
isNS = (navigator.appName == "Netscape") 
isIE = (navigator.appName == "Microsoft Internet Explorer") 

function wstoff()
{
window.status =  " Socialist Health Association"
}


function wston(x)
{
window.status= " " + x
return true
}

