function view_address() {
	address_to_replace=document.getElementById("q").firstChild;
	address_to_replace.parentNode.setAttribute("href", "mailto:"+"nospamplz@dansakamoto.com"); 
}

window.onload = function() { view_address(); }
