// JavaScript Document

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

function mailx(name, isp)
{
	document.write('<a href=\"mailto:' + name + '@' + isp + '?subject=Inquiry from MBO\">');
	document.write(name + '@' + isp + '</a>');
}

function webmaster()
{
	document.write('<a href=\"mailto:' + 'webmaster' + '@' + 'mercurybay' + '.co.nz?subject=Inquiry from MBO\">');
	document.write('Webmaster</a>');
}

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

	document.write('<p class="center">Return to <a href="#top">Top of this page</a></p><p class="center xsmall">Copyright &copy; 1997 - ' + update + ' by <a href="mailto' + ':copyright&#064;dk.' + 'co.nz?subject=Copyright inquiry from MBO">Data Koncepts</a><br />All rights reserved.<br />&nbsp;</p>');
}

if (top.location != self.location) {
	top.location = self.location.href;
}
