function mail(name, isp)
{
	document.write('<a href=\"mailto:' + name + '&#064;' + isp + '.co.nz?subject=Inquiry from website\">');
	document.write(name + '@' + isp + '.co.nz</a>');
}

function copyright()
{
	cyear=new Date();
	update=cyear.getYear();
	if (update < 2000) 
		update = update + 1900;

	document.write('<p align="center" style="font-size:8pt;">Web content created, maintained and<br>Copyright &copy; 1999 - ' + update + ' by <a href=\"mailto:webmaster&#064dk' + '.co.nz?subject=Copyright inquiry from carving.co.nz\">' + '<i>Data Koncepts</i></a></p>');
}