Somewhere along this line, you took out this line of code:
Code:
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=368"></script>
It would go after this line in your code:
Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=368"></script></if>
But, note the </if> in your code. That isn't good. You've done something wrong it that is showing up.