$(document).ready(function(){
	//открываем пункт меню в соответсвии с адресом
   var dataSource = new ctRotatorBridgeLi($('#rotator')).getDataSource();  
   $('#rotator').ctRotator(dataSource, {  
     showCount:1,   
     speed:5000  
   }); 

	$(".sitebar").css({"cursor":"pointer"});
	//toggle message_body
	$(".sitebar").click(function(){		
		$(this).next(".sitebar_spicok").slideToggle(500)
		//$(".collpase_all_message").show()
		return false;
	});
	
	$(".adblock").click(function() {
		window.location=$(this).find(".link a").attr("href");
		return false;
	});
	$(".adblock2").click(function() {
		window.location=$(this).find(".link a").attr("href");
		return false;
	});
//	$('.immagineposthome li').hover(function(){
//		alert('ti5');
//		$(this).find('img').animate({top:'127px'},{queue:false,duration:500});
//	}, function(){
//		$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
//	});
	
	$('.boxgrid.slidedown').hover(function(){
		$(".cover", this).stop().animate({top:'+150px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	});
});
