statuss();
function statuss()
{
window.status = "Celebrity Nude Magazine";
setTimeout("statuss()", 25);
}

