function FLIP_(){ var the_div = document.getElementById(""); the_div.innerHTML=''; } setTimeout("FLIP_()",100);