// dumhudby 12.4.
$().ready(function() {
									 
		$('.platno').innerfade({
			speed: 750,
			timeout: 6000,
			type: 'random',
			containerheight: '250px'
		});
		
});

