The language attribute is used in the script tag. This has been depreciated and should be replaced by the type attribute:
[code:1q34gi70]<script language="JavaScript" src=".... [/code:1q34gi70]
should be:
[code:1q34gi70]<script type="text/javascript" src=".... [/code:1q34gi70]