
function contact(subj) {
var Code=new Array()
Code[0]=('salam')
Code[1]=('tbellavia')
Code[2]=('aindel')
Code[3]=('kmwalsh')
Code[4]=('dfitzharris')
Code[5]=('cgillespie')
Code[6]=('kkushel')
Code[7]=('tlanigan-schmidt')
Code[8]=('jsuarez')
Code[9]=('jwalsh')
artist=('@' + 'weareallthesameinside' + '.com')
document.write('<A href="mailto:' + (Code[subj]) + artist + '" style="text-decoration: none; color: #3A3A9D;">' + (Code[subj]) + artist + '</a>')
}