<!--
	function sendMybetter(one, name1, two, name2, three)
	{
		locationstring = 'mai' + 'lto:' + one + '@' + two + '.' + three;
		window.location.replace(locationstring);
	}
	
	function copyrightDate()
	{
    	today=new Date();
    	var year=today.getFullYear();
		
		document.write(year);
		return;
	}
-->
