a="kieren" ;
b="bluerosemarketing.co.uk" ;
document.write(' <a href=\" mailto:' +a+'@' +b+' \" >' );
document.write(a+'@' +b+' <\/a>' );
