function include(src)
{
	var script = document.createElement("script");	
	script.src = "js/"+src;	
	document.body.childNodes[0].ppendChild(script);
}


// Includes
//include("default.js");