I have a script on my page that looks similar to this How can I turn this into an external js file? Is there some site out there that has this service?
copy what you have and put it into a file with a js extension (e.g. fryman.js). then insert the following into the pages where you want to call the script: <script type="text/javascript" src="http://www.yourdomain/directory/fryman.js"> </script> make sure the path correctly points to your file...
So I just copy it and use it as an external file? I thought you would have to change the code in some way
Only copy the guts of the script into the file though, don't copy the <script language="javascript"> </script> part