Shouldn't have hit the "send" button so fast... Addendum: the script element doesn't have any language attribute, the attribute you're supposed to use is "type" and it takes the MIME type of your script as a value.
s/language="javascript"/type="text/javascript"/ -- http://mail.python.org/mailman/listinfo/python-list