/**
 *
 *	Sets up all the java script used on the home page
 *
 **/

var Quote = {
	init:function(){ $('#top_rhs').innerfade({ 
			animationtype: 'fade', 
			speed: 1000, 
			timeout: 5000, 
			type: 'random',
			containerheight: 235
		}); 
	} 
};
$(document).ready(Quote.init);