

		
				jQuery(function($){
					$(".tweet").tweet({
						username: "BrownHillMusic",
						join_text: "auto",
						avatar_size: 16,
						count: 12,
						auto_join_text_default: "we said,", 
							auto_join_text_ed: "i replied to,",
						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..." /*,
						refresh_interval: 60 */
					});
				});


$("#btnFacebook").hover(function() {
										
					$(this).addClass("hover").stop()
							.animate({
							 "opacity": "1.0",
								"marginRight": "15px"
							}, 200);
				
						} , function() {
						$(this).removeClass("hover").stop()
							.animate({
								 "opacity": "0.5",
								"right": "-15px",
								"marginRight": "0px"
							}, 200);
			});
			
				$("#btnTwitter").hover(function() {
										
					$(this).addClass("hover").stop()
							.animate({
							 "opacity": "1.0",
								"marginRight": "15px"
							}, 200);
				
						} , function() {
						$(this).removeClass("hover").stop()
							.animate({
								 "opacity": "0.5",
								"right": "-15px",
								"marginRight": "0px"
							}, 200);
			});
				

								
		$("#btnRss").hover(function() {
										
					$(this).addClass("hover").stop()
							.animate({
							 opacity: 1.0,
								"marginRight": "15px"
							}, 200);
				
						} , function() {
						$(this).removeClass("hover").stop()
							.animate({
								 "opacity": "0.5",
								"right": "-15px",
								"marginRight": "0px"
							}, 200);
			});
												
		$("#btnMail").hover(function() {
										
					$(this).addClass("hover").stop()
							.animate({
							 "opacity": "1.0",
								"marginRight": "15px"
							}, 200);
				
						} , function() {
						$(this).removeClass("hover").stop()
							.animate({
								 "opacity": "0.5",
								"right": "-15px",
								"marginRight": "0px"
							}, 200);
			});
				$("#btnHyves").hover(function() {
										
					$(this).addClass("hover").stop()
							.animate({
							 "opacity": "1.0",
								"marginRight": "15px"
							}, 200);
				
						} , function() {
						$(this).removeClass("hover").stop()
							.animate({
								 "opacity": "0.5",
								"right": "-15px",
								"marginRight": "0px"
							}, 200);
			});
				
				$("#btnYou").hover(function() {
										
					$(this).addClass("hover").stop()
							.animate({
							 "opacity": "1.0",
								"marginRight": "15px"
							}, 200);
				
						} , function() {
						$(this).removeClass("hover").stop()
							.animate({
								 "opacity": "0.5",
								"right": "-15px",
								"marginRight": "0px"
							}, 200);
			});	

			
			

	


			$(window).load(function() {
				$('#slider').orbit({
					 animation: 'fade',  
					 animationSpeed: 1900,
					 advanceSpeed: 8000, 
					 pauseOnHover: false, 
					  directionalNav: false,
					   bullets: false
								   });
			});

