Вот смотрите, что вы делаете
<div class="hidew">
<script data-ad-client="ca-pub-9202019319870521" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- здесь будет первая часть кода -->
<script type="text/javascript">
//... bla-bla-bla
function start_color(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
start_color()
</script>
Как вы думаете, когда начнет выполняться start_color() ?
Сразу! Во время парсинга страницы. Браузер еще не разберет оставшуюся часть кода, но уже вызовет эту функцию.