function insertContact(theName, linkText)

{

theDomain = 'classics'+'academy'+'.com'

theAddress = (theName+'&#064;')

theLink = (theAddress+theDomain)

document.write('<a href="mailto:'+theLink+'">'+linkText+'<\/a')

}
