// JavaScript Document
// Website files designed and built by Bewebsmart UK Designs, 2006
// This file is copyright and Bewebsmart is a UK registered trademark

function AddMailAddress()
{
	// Uncomment next line for text based link
	document.write('<a href="mailto:' + mail_prefix + '@' + mail_suffix + '">' + mail_url_text + '</a>');
	// Or uncomment next line for image based link
	// document.write('<a href="mailto:' + mail_prefix + '@' + mail_suffix + '"><img src="images/' + mail_url_img_src + '" width="' + mail_url_img_width + '" height="' + mail_url_img_height + '" border="0" /></a>');
}

// End of Javascript File