function display_mailaddress() {
document.write('<a href="mai' + 
	'lto:&#105;&#110;&#102;&#111;&#6' + 
	'4;&#109;&#111;&#109;&#111;&#109;&#97;&#116;&#115;&#117;&#114;&#105;&#46;&#99;&#111;&#109;"' + 
	'>&#105;&#110;&#102;&#111;&#6' + 
	'4;&#109;&#111;&#109;&#111;&#109;&#97;&#116;&#115;&#117;&#114;&#105;&#46;&#99;&#111;&#109;</a>'); 
}

$(document).ready(function(){
	$("#menu-current a").hoverhere();
});


