// home.js for valpo chamber homepage


	

	/* end of hover widget */
	
	/*
	hoverText = '';
	$(".icon a").hover(
	function() {
	  $this = $(this); 						
	  hoverText = $.data(this, 'title', $this.attr('title'));		  
	  $(this).find("em").animate({opacity: "show", top: "-35"}, "250");
	  $(this).find("em").text(hoverText);		
	  $(this).attr('title','');	
	}, function() {		
	   $(this).attr("title", hoverText); 
  	   $(this).find("em").animate({opacity: "hide", top: "-45"}, "100");		  
	});	
	*/

