/**
 * @author manuelzanettin
 */

 $(document).ready(function(){
   

    /* ciclo immagini in homepage */
	
	$('.cycle').cycle({ 
    fx:    'fade', 
    speed:  2500 
 	});
	
	

	
	//$(".posta").load("posta.htm");
	
	//$(".trenta").load("trentelli.htm");
	
	
	//$("#content").load("basket_home.html");

	//var alto = $(".basketCont").height();
	
	//alert(alto);

	

	
 });



