//<![CDATA[
function escramble(title, subject, follow) {
	var a, b, c, d, e, f, g, h, i;

	a = '<a href=\"mai';
	b = 'arktulu';
	
	if (subject == '') {
		c = 'Enquiry from ARKTULU Website\">';
	} else {
		c = subject + '">';
	}
	
	a += 'lto:';
	b += '@';
	e = '</a>';
	f = title;
	b += 'arktulu.net?subject=';
	g = '<img src=\"';
	h = '';
	i = '\" alt="Email us." border="0">';

	if (f) {
		d = f;
	} else if (h) {
		d = g + h + i;
	} else {
		d = b;
	}

	var content = document.getElementById('enquiry');
	content.innerHTML = a + b + c + d + e + follow;

}
//]]>