This (initially the only script on the page aside from jQuery):
Code:
<script type="text/javascript">
$(function(){$('#contentDiv').hide().load('content.php',{auth:'3b5dcd443e1900438759ecf1a70622b1'});});
</script>
Hides the content that presumably you want seen. Even if it weren't hidden (display: none), it would be black (default text color in most browsers) on black (the background set for the page in its stylesheet).
Which is what happens in Firefox as the response is:
In IE 8 it 'works', but I get this cryptic error:
Object expected mucheat.com, line 111698757 character 1
I say cryptic because the file itself has only 33 lines. The error must be talking about the imported code.
Bookmarks