function contactEmail(){
document.write('<a href="mailto:dan@wood-source.com">dan@wood-source.com</a>'); 
}

function contactName(){
document.write('Dan Reid'); 
}