var FooterText = ''
FooterText += '<table width="100%" border="0" cellspacing="0" cellpadding="15">'
FooterText += '	<tr>'
FooterText += '        	<td>Copyright &copy; 2002-2010, e-BizSoft, Inc.</td>'
FooterText += '        	<td align="right"><a href="http://www.e-bizsoft.com/index.htm" class="FooterLink">Home</a> | <a href="http://www.e-bizsoft.com/aboutus.htm" class="FooterLink">About Us</a> | <a href="http://www.e-bizsoft.com/services.htm" class="FooterLink">Services</a> | <a href="http://www.e-bizsoft.com/products.htm" class="FooterLink">Products</a> | <a href="https://www.e-bizsoft.com/Support_request.aspx" class="FooterLink">Support</a> | <a href="https://www.e-bizsoft.com/Contactus.aspx" class="FooterLink">Contact</a> </td>'
FooterText += '        </tr>'
FooterText += '</table>'
document.write(FooterText) 


