your problem have no link with what you think it is...
HTML Code:
<!-- Rotating ad bar -->
<script type="text/javascript">
ads = new Array(http://azbasszone.com/adtest/1.jpg", "http://azbasszone.com/adtest/3.jpg", "http://azbasszone.com/adtest/4.jpg"); //array of your images
document.write('<img src="'+ads[Math.floor(Math.random()*ads.length)]+'" alt="rotating image">');
</script>
<!-- END Rotating ad bar -->
this is what is causing the error... your banners rotator is wrong... drop it, write a new one...