(function (conf) {
	var loaderScriptId = 'miniChromeCoreLoaderScript', secure = /^https/.test(location.protocol) ? "s" : "", script;
	document.write('<script type="text/javascript" src="' +
		"http" + secure + "://" + secure + "navbar.disneyinternational.com/minichrome-core.js" +
		'" id="' + loaderScriptId + '"></script>');
	script = document.getElementById(loaderScriptId);
	script.onload = script.onreadystatechange = function () {
		if ("undefined" === typeof script.readyState || "complete" === script.readyState) {
			MiniChrome.set(conf, secure, script);
		}
	};
}({
	// The URL for the Disney logo
	disneyHomeUrl : "http://www.disney.co.uk/",
	// The menu items of the Mini Chrome are defined here. Each menu item is represented by an array in below list.
	// * First value of the array is the URL;
	// * second is the text for the link;
	// * third is a boolean which should be set to true if the menu item is to be emphasized (default is false, a normal menu item).
	menuItems : [
		["http://www.disney.co.uk/DisneyOnline/games", "Games", true],
		["http://www.disney.co.uk/disney-create/", "Create", true],
		["http://www.disney.co.uk/disney-competitions/", "Win", true],
		["http://www.disney.co.uk/disney-movies/", "Movies"],
		["http://www.disney.co.uk/disney-tv/", "Tv"],
		["http://www.disney.co.uk/disney-songs/", "Music"],
		["http://www.disney.co.uk/disney-live/", "Live<br \/>Events"],
		["http://www.disney.co.uk/disney-holidays/", "Holidays"],
		["http://www.disneystore.co.uk/", "Shop"],
		["http://www.disney.co.uk/disneyinteractivestudios/", "Video Games"],
		["http://www.disney.co.uk/disney-characters/", "Characters"],
		[]// Don't touch this. It is a safeguard against the dreaded "last comma of death in IE"
	]
}));

