setTimeout ( "whipetheshit()", 6000 );
function whipetheshit ( )
{
d = document.getElementById("123ad");
d.innerHTML = "";
}