function playtext ()  
{
setTimeout ("playtext()",15);
window.status="                                                        ";
}
playtext();
