function setStatus(msg)
{
window.status = msg;
return true;
}

function setDefaultStatus()
{
window.defaultStatus="protest now - consultation ends sooner than you think";
}

