jQuery(document).ready(function(){
/***** HOMEPAGE HEADLINE SLIDE-DOWNS *****/
/*	jQuery('#sponsors-box-inner, #featured-box-inner').hover(function(){
		jQuery(this).find('h3').stop(true, true).animate({top: '0px'}, 300);
	}, function(){
		jQuery(this).find('h3').stop(true, true).animate({top: '-42px'}, 300);
	});*.
/****** END HOMEPAGE HEADLINE SLIDE-DOWNS *****/

});
	 

