function footer()
	{
		str="";
		str="<table width='100%' cellpadding='0' cellspacing='0' align='center' background='images/footer.jpg'>";
		str+="<tr><td height='45' align='center' valign='middle'>";
		str+="<table width='69%' align='center' cellpadding='0' cellspacing='0' id='foot'>";
		str+="<tr align='center' valign='middle' class='fnt_1'><td width='4%'>&nbsp;</td>";
		  str+="<td width='7%'><a href='index.php'>Home</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='9%'><a href='whyus.php'>Why Us</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='8%'><a href='privacy.php'>Privacy</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='8%'><a href='term.php'>Terms</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='6%'><a href='faq.php'>FAQ's</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='12%'><a href='testimonial.php'>Testimonials</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='11%'><a href='aboutus.php'>About Us</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='12%'><a href='contactus.php'>Contact Us</a></td>";
		  str+="<td width='1%'>|</td>";
		  str+="<td width='10%'><a href='sitemap.php'>Site Map</a></td>";
		  str+="<td width='12%'>&nbsp;</td>";
		str+="</tr>";
		str+="<tr valign='middle'>";
		  str+="<td height='20' colspan='19' align='center' nowrap class='fnt_1'>Thai Med International Ltd. Cosmetic Plastic Surgery Medical Tourism Provider <em>&copy; </em>2002 - 2007. All Rights Reserved.  </td>";
		str+="</tr>";
		str+="</table>";
		str+="</td>";
		str+="</tr>";
str+="</table>";
document.write(str);
	}