// Fade Quotes
$(function(){
	$("#quotes").innerfade({
		speed:1000,
		timeout:20000,
		type:"random",
		containerheight:"230px"
	});
});