$(document).ready(function(){
	$("#quotes").quotator({
    	speed : 12000,
    	json : "/scripts/quotator/testimonials.js"
	});
});
