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

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

function mailquote(name, isp)
{
	document.write('<a href=\"mailto:' + name + '@' + isp + '.co.nz?subject=E-mail for a quote\">');
	document.write('E-mail for<br \/>a quote</a>');
}

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

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