function gothere(theplace) {
	var startpath = "http://asab.nottingham.ac.uk"; 
	var newpath = startpath + theplace;
	document.location = newpath;
}
