djConfig = {
	isDebug: false,
	parseOnLoad: true
};

if ("https:" == document.location.protocol) {
	djConfig['modulePaths']={
		"dojo": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo",
		"dijit": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dijit",
		"dojox": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojox"
	}
}

google.setOnLoadCallback(function() {
	dojo.require("dojox.widget.AutoRotator");
	dojo.require("dojox.widget.rotator.Fade");
});
google.load("dojo", "1.6");
