// ******* JS for callegaritende.it ********
// ***********************************************

	Cufon.replace('.mainmenu_elem, #bom_counter, .game_box_result, .freshman', {
//		fontFamily: 'Corbel',
		hover: true
	});

    $(document).ready(function(){
							   
		$.crash();
		
// ** mainmenu manager **		
/*		$(".mainmenu_elem a").hover(
		  function () {
			$(this).css({"background-color":"white"});
//			$(this).css({"color":"#e52b31"});			
		  }, 
		  function () {
			$(this).css({"background-color":"transparent"});
//			$(this).css({"color":"white"});
		  }
		);*/

		$('#tag_cloud').tagcloud({
//			zoom: 200, // Initial zoom level
//			min_zoom: 0,
//			max_zoom: 100,
//			zoom_factor: 1, // - Speed of zoom by the mouse wheel
			rotate_by: -2, //- In degrees, the amount that the sphere rotates. Negative values reverse the direction.
			fps: 20, //- Defines the (target) number of times the animation will be updated per second
			centrex: 75, //- Horizontal rotation centre in the container <div>
			centrey: 70, //Vertical rotation centre in the container <div>
			min_font_size: 8,
			max_font_size: 15,
			font_units: 'px'
//			random_points: 50 //- Adds some random points on to the sphere to enhance the effect
		});
		
    });	
