// JavaScript Document
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="25" align="right">');
document.write('<img src="../images/share/img_footer.gif" width="13" height="20">');
document.write('</td>');
document.write('<td width="7" bgcolor="#747474">');
document.write('<img src="../images/share/spacer.gif" width="1" height="1">');
document.write('</td>');
document.write('<td bgcolor="#747474" class="txtfooter">&copy; Copyright 2006 Win Hanverky. All rights reserved.');
document.write('</td>');
document.write('<td align="right" bgcolor="#747474" class="txtfooter">Powered by ');
document.write('<a href="http://www.pacim.com" target="_blank" class="txtfooter">PacificLink iMedia Limited');
document.write('</a>.');
document.write('</td>');
document.write('<td width="12" bgcolor="#747474">');
document.write('<img src="../images/share/spacer.gif" width="1" height="1">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');