ids.push("lform","lstatus");
getRequest("LogIn","log in");
var refresh = new Boolean(true);
function processLogIn() {
    if(id=="lstatus") {
        if(xelem.firstChild.data=="Logged In") d.location.href = "/contact/";
        else if(xelem.firstChild.data=="Logged Out" &&
                d.location.href.indexOf("/contact/")>=0) d.location.href = "/";
    }
}
pcs.push(processLogIn);
