$(document).ready(function(){  
         $("#one").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 });  
				 
				 
				 
				 $("#two").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#three").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#four").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#five").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#six").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#seven").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#eight").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 
				 $("#nine").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#ten").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				 $("#eleven").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#FFB6C1"}, 800);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#e46a8f" }, 800);  
                 }); 
				 
				 
				$("#tweet").tweet({
				username: "EvBuThGi",
				join_text: "auto",
				count: 5,
				auto_join_text_default: "",
				auto_join_text_ed: "we",
				auto_join_text_ing: "we were",
				auto_join_text_reply: "we replied to",
				auto_join_text_url: "we were checking out",
				loading_text: "Loading Tweets...",
				});
				
				   $('#s3slider').s3Slider({
					timeOut: 4000
					});

});  
