	   $(document).ready(
				function(){
					$('div.vyprodej').innerfade({
						speed: 2000,
						timeout: 3000,
						type: 'sequence',
						containerheight: '100px'
					});
			});

