function contact(subj) {
var Code=new Array()
Code[0]=('jeff')
Code[1]=('sbailey')
Code[2]=('rene')
artist=('@' + 'shipyardsupplyinc' + '.com')
document.write('<A href="mailto:' + (Code[subj]) + artist + '">' + (Code[subj]) + artist + '</a>')
}