Das wird erstellt beim if
das kann ich weder sehen, noch riechen, noch schmecken
wie schon erwähnt: erstelle ein funktionierendes, valudes, nachvollziehbares (online-)beispiel
sowas zb:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>foo</title>
</head>
<body>
<div id="foo"><div id="bar">sample2</div></div>
<script type="text/javascript">
alert('1: ' + document.getElementById('foo'));
alert('2: ' + document.getElementById('bar'));
</script>
</body>
</html>