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