// Javascript File Loader for Smooth Site Design Theme on ThemeForest.net by Erik Reagan of Ideal Design Firm, LLC
// load function
function loadFile(script){document.write('<script type="text/javascript" src="'+script+'"><\/script>');}
// name the files to load
var files=new Array("jquery","jquery-ui","control");
// load each file listed in the array
for(var i=0;i<files.length;i++){loadFile("/js/"+files[i]+".js");};