//
// MIYO Javascript Library Setup File
//

// NOTE: The MIYO Library requires jQuery, there use to be an alert here but has been removed as this is used on the front end,
//       if you encouter issues please include the jQuery Library

var MIYOLib = {};
MIYOLib._conf = { siteBaseURL: "http://www.richmix.org.uk", siteBaseURLNoProt: "www.richmix.org.uk", siteSubPath: "", libPath: "js/lib/" };
MIYOLib.Util = {};
