
// address

function competitionaddress()
{
var recip="reception#wvptv@co@uk"
var re=/@/gi
recip=recip.replace(re, ".")
re=/#/gi
recip=recip.replace(re, "@")
open("mailto:"+recip+'?subject=VIDEO COMPETITION - WSS')

}

