function linktoMailto(str) {
	var uri=( str.replace("[at]", "@"));
	self.location.href='mailto:'+uri;
}