//
// MIYO Javascript Library Setup File
//

// Check jQuery is installed
if(typeof(jQuery) != "function")
	alert("Error: The MIYO CMS Javascript library requires that jQuery is included in the HTML for this page, please include it.");

var MIYOLib = {};
MIYOLib._conf = { siteBaseURL: "http://www.wonderassociates.com", siteBaseURLNoProt: "www.wonderassociates.com", siteSubPath: "", libPath: "js/lib/" };
MIYOLib.Util = {};
