/*
 *	jQuery Innerfade
 *  This plugin is used on the page header showing quotes.
*/


/* Quotes */
/*jQuery.noConflict();*/	
	$(document).ready(function(){  	
		$('#slider').innerfade({
				animationtype: 'fade', 
				speed: '2000',
				timeout: 7000,
				type: 'sequence',
				containerheight: 'auto'
		});	
	
});

	


