function nospm(user) {
	locationstring = "mailto:" + user + "@" + "corpcommsmagazine" + ".co.uk";
	window.location = locationstring;
}