jQuery(document).ready(function($) {
	$('.homelink').hover(function(){ $(this).toggleClass("mouseover"); }, function(){ $(this).toggleClass("mouseover"); });
	$('.homelink').click(function(){ window.location = "/"; });
	
	$(".eml").click(function(event){
		event.preventDefault();
		window.location = "mai"+"lt"+"o"+":"+getIt();
	});
 	$(".eml").html(getIt());
});

function getIt(){
	var d = "river%23front%23nutrition"; var e = "com";
	var n = "info"; var a = "@";
	
	var tot = n + a + d + "." + e;
	
	return tot.replace(/%23/g,"");
}