hehe no problem.
Get all your javascript between:
<script language="JavaScript" type="text/JavaScript"> and </script>
Put it in a text file and name it javascript.
js.
Now in your main site the header or index, where your <head> is. Put:
<script type="text/javascript" language="JavaScript" src="javascript.
js"></script> in your <head> tags.
Be sure not to include any of the <script="javascript> tags and the ending </script> tag. You just need the actual javascript code in the javascript.
js file.