// error handling, for testing only

window.onerror = showError;

function showError( e, f, l ){
	window.alert("This site is in test mode, please report the following error to andy@torndesign.com.\nFile: " + f + "\nLine: " + l + "\nError:" + e);
	return true;	
}

// content
var customerServiceEmail = "info@yourdomain.co.uk";
var customerServicePhone = "0800 999 888";

// variables
var siteShortURL = "torndesign.com";

function initCustom()
{
	// no current custom changes
}

function validateCustom()
{
	// no current custom validation elements
}