<html>
<head>
<title>La test</title>
<script>
document.onreadystatechange= function(){
document.getElementById("testdiv").style.display='none';
}
</script>
</head>
<body>
<p>This text will be displayed!</p>
<div id="testdiv">This text won`t be displayed!</div>
</body>
</html>
Вот пример. А в чём смысл создания дива, который будет скрыт на странице?