function email(name) {
	//alert("Please remove the REMOVETHIS from the email address.  This is included to stop my address being spammed.");
	var str = name + "@";
	str = str + "carlylesmith.karoo";
	str = str + ".co.uk";
	str = "to:" + str;
	document.location = "mail" + str;
}

function renderCounter() {
	//document.write("<!--Begin SiteStats Code Nov 19, 2005--><STYLE>.ivanC11324127101220{position:absolute;visibility:hidden;}</STYLE><DIV CLASS=ivanC11324127101220 ID=ivanI11324127101220><A HREF=http://freestats.com CLASS=ivanL_FR TARGET=_blank>FREE hit counter and Internet traffic statistics from freestats.com</A></DIV><script language='JavaScript' src='http://steve16384.freestats.com/cgi-bin/sitestats.gif/script/11324127101220'></script><noscript><a href='http://steve16384.freestats.com/cgi-bin/sitestats.gif/map'><img src='http://steve16384.freestats.com/cgi-bin/sitestats.gif/img' border=0></a></noscript><!--End SiteStats Code-->");
}
