
$(document).ready(function() {
	
	//--------------------------JAVASCRIPT PER CAROUSEL HOME----------------------------

	var objectWorlds = {"home": 
						[
							
							{"name": "TipTheMouse", "esadecimale": "#122F6F","href": Cmg.ROOT_HTTP+"/dami-worlds/tip-the-mouse/","textLogo":"The world of Tip the Mouse" },
							
							{"name": "TonyWolf", "esadecimale": "#7bbb1e", "href": Cmg.ROOT_HTTP+"/dami-worlds/tony-wolf/","textLogo":"The world of Tony Wolf" },
							
							{"name": "MattWolf", "esadecimale": "#57539F", "href": Cmg.ROOT_HTTP+"/dami-worlds/matt-wolf/","textLogo":"The world of Matt Wolf" },
							
							{"name": "PollyBibiAndFriends", "esadecimale": "#F58226","href": Cmg.ROOT_HTTP+"/dami-worlds/polly-bibi-and-friends/","textLogo":"The world of Polly, Bibi & Friends" },
							
							{"name": "DamiShopAndToys", "esadecimale": "#D94133", "href": Cmg.ROOT_HTTP+"/dami-worlds/dami-shop-and-toys/","textLogo":"The world of Dami Shop & Dami Toys" }
							
							
						],
						"tipthemouse": 
						[
							
							{"name": "TipTheMouse", "esadecimale": "#122F6F",  "imageLogoPath": "TipTheMouse","textLogo":"The world of Tip the Mouse" },
							
							{"name": "TipTheMouse",  "esadecimale": "#122F6F",  "imageLogoPath": "TipTheMouse","textLogo":"The world of Tip the Mouse" },
							
							{"name": "TipTheMouse",  "esadecimale": "#122F6F", "imageLogoPath": "TipTheMouse","textLogo":"The world of Tip the Mouse" },
							
							{"name": "TipTheMouse", "esadecimale": "#122F6F", "imageLogoPath": "TipTheMouse","textLogo":"The world of Tip the Mouse" },
							
							{"name": "TipTheMouse", "esadecimale": "#122F6F",  "imageLogoPath": "TipTheMouse","textLogo":"The world of Tip the Mouse" }
						],
						"tonywolf": 
						[
							
							{"name": "TonyWolf",  "esadecimale": "#7bbb1e", "textLogo":"The world of Tony Wolf" },
							
							{"name": "TonyWolf",  "esadecimale": "#7bbb1e", "textLogo":"The world of Tony Wolf" },
							
							{"name": "TonyWolf",  "esadecimale": "#7bbb1e","textLogo":"The world of Tony Wolf" },
							
							{"name": "TonyWolf",  "esadecimale": "#7bbb1e", "textLogo":"The world of Tony Wolf" },
							
							{"name": "TonyWolf", "esadecimale": "#7bbb1e", "textLogo":"The world of Tony Wolf" }
						],
						"mattwolf":
						[
							
							{"name": "MattWolf", "esadecimale": "#57539F", "textLogo":"The world of Matt Wolf" },
							
							{"name": "MattWolf", "esadecimale": "#57539F", "textLogo":"The world of Matt Wolf" },
							
							{"name": "MattWolf", "esadecimale": "#57539F", "textLogo":"The world of Matt Wolf" },
							
							{"name": "MattWolf", "esadecimale": "#57539F", "textLogo":"The world of Matt Wolf" },
							
							{"name": "MattWolf", "esadecimale": "#57539F", "textLogo":"The world of Matt Wolf" }
						],
						"pollybibiandfriends":
						[
							
							{"name": "PollyBibiAndFriends", "esadecimale": "#F58226","textLogo":"The world of Polly, Bibi & Friends" },
							
							{"name": "PollyBibiAndFriends", "esadecimale": "#F58226","textLogo":"The world of Polly, Bibi & Friends" },
							
							{"name": "PollyBibiAndFriends", "esadecimale": "#F58226","textLogo":"The world of Polly, Bibi & Friends" },
							
							{"name": "PollyBibiAndFriends", "esadecimale": "#F58226","textLogo":"The world of Polly, Bibi & Friends" },
							
							{"name": "PollyBibiAndFriends", "esadecimale": "#F58226","textLogo":"The world of Polly, Bibi & Friends" }
						],
						"damishopandtoys":
						[
							
							{"name": "DamiShopAndToys", "esadecimale": "#D94133","textLogo":"The world of Dami Shop & Toys" },
							
							{"name": "DamiShopAndToys", "esadecimale": "#D94133","textLogo":"The world of Dami Shop & Toys" },
							
							{"name": "DamiShopAndToys", "esadecimale": "#D94133","textLogo":"The world of Dami Shop & Toys" },
							
							{"name": "DamiShopAndToys", "esadecimale": "#D94133", "textLogo":"The world of Dami Shop & Toys" }
						]
					};
	
	var nameCurrentWorld = $('#dm_Page').attr('class');
	
	for(var i=0; i<objectWorlds[nameCurrentWorld].length; i++ ){
		if(nameCurrentWorld=='home'){
			$('.dm_CarouselWrapper').append('<a href="'+objectWorlds[nameCurrentWorld][i].href+'"><img src="'+Cmg.ROOT_HTTP+'/custom/src/@images/carousel_'+objectWorlds[nameCurrentWorld][i].name+'_00.jpg" /></a>');
		} else {
			$('.dm_CarouselWrapper').append('<a href="#"><img src="'+Cmg.ROOT_HTTP+'/custom/src/@images/carousel_'+objectWorlds[nameCurrentWorld][i].name+'_0'+i+'.jpg" /></a>');
		}
	}
	
	$('header').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][0].esadecimale+'' }, 'fast');
	$('.dm_CarouselDots div').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][0].esadecimale+'' }, 'fast');
	$('.dm_CarouselDots div ul').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][0].esadecimale+'' }, 'fast');
	$('.dm_CarouselText a.dm_TextWorld').remove();
	$('.dm_CarouselText h2').after('<a class="dm_TextWorld" href="#">'+objectWorlds[nameCurrentWorld][0].textLogo+'</a>');
	$('.dm_CarouselLogo img').attr('src',Cmg.ROOT_HTTP+'/custom/src/@images/logo_'+objectWorlds[nameCurrentWorld][0].name+'.png');
	
	$('.dm_CarouselText').attr('href',objectWorlds[nameCurrentWorld][0].href);
	
	//alert(Cmg.ROOT_HTTP+'/custom/src/@images/logo_'+objectWorlds[nameCurrentWorld][1].name+'.png');
	var clicked;
	var k=0;
	
	var firstImage = $('.dm_CarouselWrapper a:first');
	firstImage.addClass('first');
	
	var lastImage = $('.dm_CarouselWrapper a:last');
	lastImage.addClass('last');
	
	var numberImage = $('.dm_CarouselWrapper a').size();
	numberImage = parseInt(numberImage);
	//alert(numberImage);
	for(i=0;i<numberImage;i++){
		$('.dm_CarouselDots div ul').append('<li><a href="#" attr='+i+'></a></li>');
	}
	
	$('.dm_CarouselWrapper a').each(function(index){
		$(this).attr('index',(index));
	});
	
	$('.dm_CarouselWrapper a').hide();
	firstImage.show();
	
	$('.dm_CarouselDots ul li:first').addClass('cmg_Selected');
	
	$('.dm_CarouselDots ul li').click(function(){
		var currentIndexDots = parseInt($(this).children().attr('attr'));
		var oldIndexDots = $('.dm_CarouselDots ul li.cmg_Selected a').attr('attr');
		$('.dm_CarouselDots ul li').removeClass('cmg_Selected');
		$(this).addClass('cmg_Selected');
		
		//alert(currentIndexDots);
		var oldImage = $('.dm_CarouselWrapper a[index='+oldIndexDots+']');
		var imageClicked = $('.dm_CarouselWrapper a[index='+currentIndexDots+']');
		oldImage.fadeOut(250);
		$('header').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][currentIndexDots].esadecimale+'' }, 'fast');
		$('.dm_CarouselDots div').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][currentIndexDots].esadecimale+'' }, 'fast');
		$('.dm_CarouselDots div ul').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][currentIndexDots].esadecimale+'' }, 'fast');
		$('.dm_CarouselText a.dm_TextWorld').remove();
		$('.dm_CarouselText h2').after('<a class="dm_TextWorld" href="#">'+objectWorlds[nameCurrentWorld][currentIndexDots].textLogo+'</a>');
		$('.dm_CarouselLogo img').attr('src',Cmg.ROOT_HTTP+'/custom/src/@images/logo_'+objectWorlds[nameCurrentWorld][currentIndexDots].name+'.png');
		
		$('.dm_CarouselText').attr('href',objectWorlds[nameCurrentWorld][currentIndexDots].href);
		
		imageClicked.fadeIn(250);
		clicked=1;
		return false;
	});

	function fadeImage(image){
		
		var currentImage = image;
		
			currentImage.fadeOut(250, function() {
			var currentIndex = currentImage.attr('index');
			currentIndex=parseInt(currentIndex);
			
			var indexImageSuccessiva = currentIndex+1;
			indexImageSuccessiva=parseInt(indexImageSuccessiva);
			
			if(clicked!=1){
				if(indexImageSuccessiva>numberImage-1){
					$('.dm_CarouselDots ul li').removeClass('cmg_Selected');
					$('.dm_CarouselDots ul li:first').addClass('cmg_Selected');
					$('header').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][0].esadecimale+'' }, 'fast');
					$('.dm_CarouselDots div').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][0].esadecimale+'' }, 'fast');
					$('.dm_CarouselDots div ul').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][0].esadecimale+'' }, 'fast');
					$('.dm_CarouselText a.dm_TextWorld').remove();
					$('.dm_CarouselText h2').after('<a class="dm_TextWorld" href="#">'+objectWorlds[nameCurrentWorld][0].textLogo+'</a>');
					$('.dm_CarouselLogo img').attr('src',Cmg.ROOT_HTTP+'/custom/src/@images/logo_'+objectWorlds[nameCurrentWorld][0].name+'.png');
					
					$('.dm_CarouselText').attr('href',objectWorlds[nameCurrentWorld][0].href);
					
					firstImage.show(250, function() {
						setTimeout(function(){
							fadeImage(firstImage)
						},5000);
					});
				}else{
					//alert("indice immagine corrente = " + currentIndex + " ------ indice successivo = " + indexImageSuccessiva);
					var imageSuccessiva = $('.dm_CarouselWrapper a[index='+indexImageSuccessiva+']');
					$('.dm_CarouselDots ul li').removeClass('cmg_Selected');
					$('.dm_CarouselDots ul li:nth-child('+(indexImageSuccessiva+1)+')').addClass('cmg_Selected');
					$('header').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][indexImageSuccessiva].esadecimale+'' }, 'fast');
					$('.dm_CarouselDots div').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][indexImageSuccessiva].esadecimale+'' }, 'fast');
					$('.dm_CarouselDots div ul').animate({ backgroundColor: ''+objectWorlds[nameCurrentWorld][indexImageSuccessiva].esadecimale+'' }, 'fast');
					$('.dm_CarouselText a.dm_TextWorld').remove();
					$('.dm_CarouselText h2').after('<a class="dm_TextWorld" href="#">'+objectWorlds[nameCurrentWorld][indexImageSuccessiva].textLogo+'</a>');
					$('.dm_CarouselLogo img').attr('src',Cmg.ROOT_HTTP+'/custom/src/@images/logo_'+objectWorlds[nameCurrentWorld][indexImageSuccessiva].name+'.png');
					
					$('.dm_CarouselText').attr('href',objectWorlds[nameCurrentWorld][indexImageSuccessiva].href);
					
					imageSuccessiva.show(250,function() {
						setTimeout(function(){
							fadeImage(imageSuccessiva)
						},5000);
					})
				}
			}
			k=k+1;
		});
	}
	
	setTimeout(function(){fadeImage(firstImage)}, 7000);
	
});


