Hi,
I was wondering why ad's still use the document.write approach to inserting the add into the page
<script language="javascript" type="text/javascript">
document.write("<script type='text/javascript' src='http://addomain/someadd.js'><\/sc" + "ript>");
</script>
Why is it that I can't just put
<script type='text/javascript' src='http://addomain/someadd.js'></script>
In place of the ad?