djConfig = {
	parseOnLoad: true,
	baseUrl: "/cmsadmin/",
	modulePaths: {
		"graphtek":"dojo"
	},
	dojoBlankHtmlUrl: "/includes/blank.html"
};
if (window.location.protocol == 'https:') {
	if (!djConfig.modulePaths) {
		djConfig.modulePaths={};
	}
	djConfig.modulePaths['dojo']='https://ajax.googleapis.com/ajax/libs/dojo/'+dojo_version+'/dojo';
	djConfig.modulePaths['dijit']='https://ajax.googleapis.com/ajax/libs/dojo/'+dojo_version+'/dijit';
	djConfig.modulePaths['dojox']='https://ajax.googleapis.com/ajax/libs/dojo/'+dojo_version+'/dojox';
}
google.setOnLoadCallback(function() {
	dojo.require("dojox.widget.AutoRotator");
	dojo.require("dojox.widget.rotator.Fade");
	
	dojo.forEach(dojo.query('.pane1'),function(item) {
		item.style.opacity=1;
	});
});
google.load("dojo", dojo_version);
