function getFooterText()
{ 	
    document.write('<table width="723" cellspacing="0" cellpadding="0">');
    document.write('<tr>');
    document.write('    <td align="RIGHT" class="footer">HAII-UAT</td>');
    document.write('</tr>');
    document.write('</table>');
}