it looks like You have wrong double quotes in the script tag, try to change this: <SCRIPT LANGUAGE=â€JavaScript†TYPE=â€text/javascriptâ€> into this <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
You don't even need language=, type="text/javascript" will do... why are you using those strange quotes?