statuss();
function statuss()
{
window.status = "Cum Snowballing...";
setTimeout("statuss()", 25);
}

