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