$(document).ready(function() {
	
	$('#akosQuote').slideshow({
		timeout: 7000,
		type: 'random'
	});
	
	
});