<!-- BOTTOM NAVIGATION - FOOTER -->

function footer()
{
document.write('<table width="95%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td class="style2" align="left" valign="top"><a href="index.htm">home</a> | <a  href="ContactUs.asp">contact us</a> | <a href="SiteMap.htm">site map</a> | <a href="#top">top of page</a></td>');
document.write('<td align="right" class="style2">ŠPacket Media Limited. All Rights Reserved.<br>T: 0800 652 3461 | F: 0870 870 0001</td>');
document.write('</tr>');
document.write('</table>');
}