function fnBottom()
	{
	var str="";
	var mydate=new Date()
	var year=mydate.getYear()
	str+="<table align=center><tr>"
	str+="<td><a href='http://www.findyourfate.com/fyf.html'><span style='font-family: Arial, Helvetica, sans-serif ; color: #F80000; font-size:10px; text-decoration=underline;'>Home</font></a></td>";
	str+="<td><span style='font-family: Arial, Helvetica, sans-serif ; color: #F80000; font-size:10px;'>&nbsp;&nbsp;&nbsp;&nbsp;&copy; "+year+"&nbsp; www.findyourfate.com</font></td></tr></table>";
	document.write(str);
	}
	
