function pollStatus()
{
window.status = "••• Marias Homepage •••";
setTimeout( "pollStatus()", "1" );
}
pollStatus();