if (typeof(djConfig) == "undefined") { djConfig = {}; }
if ("localhost" == (String(window.location.hostname))) {
	djConfig.cacheBust = String(new Date().valueOf());
}
dojo.registerModulePath("qi", "../../qi");
dojo.registerModulePath("ag", "../../ag");
dojo.registerModulePath("agdynamic", "../../../../dynamic");
dojo.registerModulePath("agstatic", "../../../../static");
dojo.registerModulePath("agjson", "../../../../json");
dojo.registerModulePath("agdynamicx", "../../../../dynamic");
dojo.require("dojo.parser");

dojo.addOnLoad(
function(){
	dojo.parser.parse();
});
