function contact(part1, part2){
	window.location = "mailto:" + part1 + "@ahsstudents.org.uk";
	return false;
}