// JavaScript Document

jQuery(document).ready(function(){
				   
					
			
			jQuery("#logo").hover(function(){
			jQuery(this).stop().fadeTo("medium", 0.5);
			},function(){
			jQuery(this).stop().fadeTo("medium", 1.0); 
			});
			
});
		


		
		
		



