﻿function mailto(receipient)
{
	var domain = 'web2design.com.au';
	alert('Please email gordon@web2design.com.au - sorry we cannot provide the email address on the page, as this leads to excessive spam by unscrupulous people');
/*	document.location = 'mailto:' + receipient + '@' + domain; */

}

