$(document).ready(

				function(){

			$('ul#quotes').innerfade({

						speed: 3000,

						timeout: 10000,

						type: 'random',

						containerheight: '50px'

					});

});