// JavaScript Document


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

