$(document).ready(
	function()
	{
		$('div.labels ul').innerfade({
			animationtype: 'fade',
		    speed: 10,
			timeout: 7000,
			type: 'random_start',
			containerheight: '72px'
		});

		$('ul.adverts').innerfade({
		    animationtype: 'fade',
			speed: 10,
			timeout: 6000,
			type: 'random_start',
			containerheight: '195px'
		});

		$('ul.gallery').innerfade({
		    animationtype: 'fade',
			speed: 2500,
			timeout: 6000,
			type: 'random_start',
			containerheight: '198px'
		});

		$('ul.galleryabout').innerfade({
		    animationtype: 'fade',
			speed: 2500,
			timeout: 6000,
			type: 'random_start',
			containerheight: '333px'
		});
	}
);

