emailbob=('bob@' + 'bobanthonyproductions.com?subject=Website Interest')
emailsue=('sue@' + 'bobanthonyproductions.com?subject=Website Interest')
emailbobname=('bob@' + 'bobanthonyproductions.com')
emailsuename=('sue@' + 'bobanthonyproductions.com')
document.write('<a href="mailto:' + emailbob + '"?subject=Website Interest">' + emailbobname + '</a><br/>');
document.write('<a href="mailto:' + emailsue + '"?subject=Website Interest">' + emailsuename + '</a>');