function view_address() {
	var address_to_replace=document.getElementById("e").firstChild;
	ra1=address_to_replace.nodeValue.replace(" AT ", "@");
	real_address=ra1.replace(" DOT ", ".");
	address_to_replace.nodeValue=real_address;
	address_to_replace.parentNode.setAttribute("href", "mailto:"+real_address); 
}

home_h = new Image();
home_h.src="../images/lnk_home_h.gif";

about_h = new Image();
about_h.src="../images/lnk_about_h.gif";

archive_h = new Image();
archive_h.src="../images/lnk_archive_h.gif";

archive_h = new Image();
archive_h.src="../images/lnk_contact_h.gif";

window.onload = function(){view_address();}