/*
if (document.title.search(/Home/) == -1) {

document.write("<table class=collapse id=box_grey>")
document.write("<tr><td class=top></td></tr>")
document.write("    <tr><td>")

document.write("<div class=floatleft>")
document.write("<img src=img/footer_title_contest.gif class=title>")
document.write("<br><a href=contest.html><img src=pics/footer_contest.jpg></a>")
document.write("</div>")

document.write("<div class=floatright>")
document.write("<img src=img/footer_title_e-salut.gif class=title>")
document.write("<br><a href=e-salut.html><img src=pics/footer_e-salut.jpg>")
document.write("<div align=right>Download the .pdf version here!</div></a>")
document.write("</div>")

document.write("    </td></tr>")
document.write("<tr><td class=bottom></td></tr>")
document.write("</table>")

}
*/





document.write("<span class=footer>")

document.write("<span class=floatleft>Copyright &copy; 2006 The GA Group PTE LTD. All Rights Reserved  &nbsp;&nbsp;&nbsp;&nbsp; Powered by <a  target='_blank' class=footer href='http://www.jaytechnologies.com.sg'>http://www.jaytechnologies.com.sg</a></span>")

document.write("<span class=floatright><a href=disclaimer.html class=footer>Disclaimer</a>")
document.write(" and <a href=privacy.html class=footer>Privacy Policy</a></span>")

document.write("</span>")