// mobileMenu
  
 $(document).ready(function(){
	 
	  $(".eml").attr("rel","if/ilehidem//otsimiot");

	
	$(".eml").nospam({
    replaceText: true
});
	 
	
	$( function() {
				$('body.historia #sidenav .wrap li').html($('li.historia').html());
				$('body.finnhems #sidenav .wrap li').html($('li.finnhems').html());

			});
	
	


$('#nav-main ul').mobileMenu();


	});
	
	
jQuery(function(){
     $(".img-swap img").hover(
          function(){this.src = this.src.replace("_off","_on");},
          function(){this.src = this.src.replace("_on","_off");
     });
});


 $(function() {
    var galleries = $('.ad-gallery').adGallery();
  });

