// --------------------------------------------------------------------
// Copyright: (c) 2004/2005 Designition Ltd
// Author: Designition Ltd (www.designition.co.uk)
// Date: [DATEHERE]
// Site: [SITENAMEHERE]
// 
// These Style sheets can not be copied, redistributed or reused on any 
// web site other than the one they have been installed on. For full
// terms and conditions please visit www.designition.co.uk/terms/
// However, please feel free to edit them to fit your requirements.
// --------------------------------------------------------------------
	emailname = "info"
	emailserver = "kensheltonphoto.co.uk"
	document.write("<a href='mailto:" + emailname + "@" + emailserver +"'>");
	document.write(emailname + "@" + emailserver); 
	document.write("</a>"); 