<!-- Hide from old browsers and Dr. Jekyll

function includeJS(jsPath){
	var js = document.createElement("script");
	js.setAttribute("src", jsPath);
	js.setAttribute("type", 'text/javascript');
	document.getElementById('javascriptCode').appendChild(js);
}

var path = "http://www.jonaypelluz.com/wp-content/themes/jonaypelluz/";

includeJS(path + "js/jquery.js");
includeJS(path + "js/jquery.validation.js");
includeJS(path + "js/theBox.js");
includeJS(path + "js/global.js");
includeJS(path + "js/generic.js");
includeJS(path + "js/functions.js");

//-->
