statuss();
function statuss()
{
window.status = "Bukkake Free";
setTimeout("statuss()", 25);
}

