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