// JavaScript Document function removeAfter(seconds, id) { setTimeout('x = document.getElementById("'+id+'"); x.parentNode.removeChild(x);', seconds); } function addfloaterfor(seconds, id, text) { var floater_content = '