jQuery(function(){
	//loads drop menu
	$("ul.sf-menu").superfish();

	//replaces HR tags with a DIV
	$("hr").replaceWith("<div class='hr'></div>");
	
	//news fader on home page
	$('#testimonials ul').innerfade({ 
		animationtype: 'fade', 
		speed: 750, 
		timeout: 10000
	});
	
	//banner slideshow
	$('.home #banner').cycle({fx: 'fade', speed: 5000});
});
