The layers used in this script are, I believe, to make it backward compatible with NS4 which hardly anyone uses anymore but, the style manipulations are an integral part of the script for all modern browsers so, sorry. Best I can suggest is to get a new host. Only other thing I can suggest is a test. Try putting this in the head of a page and upload it to your host:
Code:
<script>
function testFunc(){
document.getElementsByTagName('body')[0].style.backgroundColor='lime'
alert('We are Here')
}
window.onload=testFunc;
</script>
Make sure there are no other scripts on the page. If you get none of those warnings and the page background turns lime and you get an alert box saying "We are Here", there is hope. Let us know.
Bookmarks