Possible Duplicate:
How to include multiple js files using jQuery $.getScript() method
I need to import multiple files within a .js file, I'm looking at the getScript jQuery method : http://api.jquery.com/jQuery.getScript/ but this just loads one file wheras I want to load 3.
Is there an alternative method for achieving this ?