Is there an error message?

If you are unsure how to see JS error messages, in IE it is shown as a small icon on the status bar with the text "Error on page". In Firefox it is under Tools -> Javascript Console.

Also, don't use the "language" attribute of script tags. This is deprecated. Instead, use the "type" attribute.

HTML Code:
<script type="text/javascript">