To include external Javascript file in Visualforce page, follow the below steps
1. Add the JS file in Setup –> App Setup –> Develop –> Static Resources.
2. Add the below code in your Visualforce page
<apex:includeScript value="{!$Resource.Resource_Name_of_JS_File}"/>