$(document).ready(function(){  
         $("#one").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#E5E19A"}, 800),
				 $("h5#telephone").stop().animate({ color: "#E5E19A"}, 400);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#594f4f" }, 800),
				 $("h5#telephone").stop().animate({ color: "#1c1c1c"}, 400);  
                 });  
				 
				 
				 
				 $("#two").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#6FA5A7"}, 800),
				 $("h5#telephone").stop().animate({ color: "#6FA5A7"}, 400);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#594f4f" }, 800),
				 $("h5#telephone").stop().animate({ color: "#1c1c1c"}, 400);  
                 }); 
				 
				 
				 $("#three").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#E3B07B"}, 800),
				 $("h5#telephone").stop().animate({ color: "#E3B07B"}, 400);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#594f4f" }, 800),
				 $("h5#telephone").stop().animate({ color: "#1c1c1c"}, 400);  
                 }); 
				 
				 
				 $("#four").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#DD6299"}, 800),
				 $("h5#telephone").stop().animate({ color: "#DD6299"}, 400);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#594f4f" }, 800),
				 $("h5#telephone").stop().animate({ color: "#1c1c1c"}, 400);  
                 }); 
				 
				 
				 $("#five").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#96A8A5"}, 800),
				 $("h5#telephone").stop().animate({ color: "#96A8A5"}, 400);
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#594f4f" }, 800),
				 $("h5#telephone").stop().animate({ color: "#1c1c1c"}, 400);  
                 }); 
				 
				 
				 $("#six").hover(function() {  
                 $("body").stop().animate({ backgroundColor: "#F07241"}, 800),
				 $("h5#telephone").stop().animate({ color: "#F07241"}, 400);  
                 },function() {  
                 $("body").stop().animate({ backgroundColor: "#594f4f" }, 800),
				 $("h5#telephone").stop().animate({ color: "#1c1c1c"}, 400);
                 }); 
				 
				 
				 
				 
				 
				$(".twitter").tweet({
				username: "ClydeHouseChiro",
				join_text: "auto",
				count: 6,
				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: "Hi, we're just loading your tweets, we'll just be a moment.  =]",
				});


});  
