$(document).ready(
	function(){
		$('.quotes').innerfade({
			speed: 1500,
			timeout: 10000,
			type: 'random_start',
			containerheight: '300px'
		});
});

$(document).ready(
	function(){
		$('.screens').innerfade({
			speed: 1500,
			timeout: 5000,
			type: 'random_start',
			containerheight: '250px'
		});
});
