$(document).ready(function(){
var newsoption1 = {
firstname: 'rotor',
secondname: "showhere",
thirdname: "news_title",
fourthname:"news_sterowanie",
nexttitle: "Następne:",
prevtitle: "Poprzednie:",
newsspeed: 10000,
effectis: 0,
effectspeed: 1500,
mouseover: true,
imagedir:'js/'
}
$.init_news(newsoption1);


	$('.floater-side-fb').hover(
	    function(){
		$(this).stop().animate({right:'-40px'},{queue:false,duration:2000});
	    }, 
	    function(){
		$(this).stop().animate({right:'-340px'},{queue:false,duration:50});
	    });

});

