
var Imgsaculous={Version:'1.0.0',require:function(libraryName){document.write('<script type="text/javascript" src="'+libraryName+'"><\/script>');},rootPath:'http://www.castrejones.com',delegate:'',REQUIRED_PROTOTYPE:'1.0.0',load:function(){Imgsaculous.require(Imgsaculous.rootPath+'/files/Estatico/Scripts/form.js');Imgsaculous.require(Imgsaculous.rootPath+'/files/Estatico/Scripts/lib/json.js');},setFunctions:function(js,delegate){form('form');form.initAjax(Imgsaculous.getResponseAjax);var params='method=decode&js='+js;form.sendRequestAjax(Imgsaculous.rootPath+'/files/functions.php',params,'POST');},getResponseAjax:function(){switch(form.requestAjax.readyState){case 4:var script=document.createElement('script');script.setAttribute("type","text/javascript");try{script.text=form.requestAjax.responseText.parseJSON();}catch(e){script.text=form.requestAjax.responseText;}
document.getElementsByTagName('head')[0].appendChild(script);try{delegate();}catch(e){}
break;}}};Imgsaculous.load();