// Code for the Home Page Quote Rotator

$(document).ready(function() {
	$('.home #boxes .box3 .quotetext').quote_rotator();
	//$('.home #boxes .box3 .author').quote_rotator();
});
