
// address

function sheilaaddress()
{

var recip="sheila@helliwell#murphy-stories@co@uk"

var re=/@/gi
recip=recip.replace(re, ".")
re=/#/gi
recip=recip.replace(re, "@")
open('mailto:'+recip+'?subject=Murphy Stories Author Contact')
}
