// JavaScript Document
$(function(){
	$("#quote").innerfade({ speed: 'slow', timeout: '8000'});
});
