$(document).ready(function(){ 
			$('#fader').innerfade({ 
				animationtype: 'fade', 
				speed: 'slow', 
				timeout: 4000, 
				type: 'random', 
				containerheight: '275px' });  
             
			 $('.takaisinylos').click(function(){ $('html, body').animate({scrollTop:0}, 'slow'); return false; });
			 //$(".palkki-sisalto").equalHeights();
          
		 }); 
