
// address

function no2cpz()
{
var recip="no2cpz#hotmail@co@uk"
var re=/@/gi
recip=recip.replace(re, ".")
re=/#/gi
recip=recip.replace(re, "@")
open('mailto:'+recip+'?subject=No2cpz Enquiry')
}


function nosign()
{
var recip="no2cpz#hotmail@co@uk"
var re=/@/gi
recip=recip.replace(re, ".")
re=/#/gi
recip=recip.replace(re, "@")
open('mailto:'+recip+'?subject=No2cpz Sign Please')
}

