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

function AddAimeeMailAddress()
{
	// Uncomment next line for text based link
	document.write('<b><a href="mailto:' + aimee_mail_prefix + '@' + mail_suffix + '" title="' + aimee_mail_url_title + '">' + aimee_mail_url_text + '</a></b>');
	// or uncomment next line for image based link
//	document.write('<div align="left"><a href="mailto:' + mail_prefix + '@' + mail_suffix + '"><img name="mrw_mlink" src="images/' + mail_url_img_src + '" width="' + mail_url_img_width + '" height="' + mail_url_img_height + '" border="0"  id="mrw_mlink" alt="Contact us by email" /></a></div>');
}

// End of Javascript File