It appears that there is an unnecessary line in the Page
Code:
<script type="text/javascript">
It is open but not closed. So everything below that is counted as JS but they are not. So the page stops loading after that. It's in the header template I believe
Code:
<!-- BEGIN TEMPLATE: ad_header_end -->
<!-- END TEMPLATE: ad_header_end -->
<script type="text/javascript">
<!-- END TEMPLATE: header -->
Try to remove that line if that got no function. But be sure what you are doing. I guess it will work.
Shishir