var digital = new Date();
var year = digital.getFullYear();
document.writeln('<table width="700" border="0" cellspacing="0" cellpadding="0">');
document.writeln('  <tr>');
document.writeln('    <td align="center" valign="top"><hr noshade color="#cccccc">');
document.writeln('      <a href="http://www.funtier.com/cgi-bin/cart/cart.pl?uid=livingorient&cart_view">View Cart</a> | <a href="http://www.funtier.com/cgi-bin/cart/cart.pl?uid=livingorient&cart_checkout">Checkout</a> | <a href="help.htm">Help</a><br>');
document.writeln('      <a href="index.htm">home</a> | <a href="about.htm">about</a> | feature | ');
document.writeln('      <a href="http://funtier.com/cgi-bin/tools/contact/contact.pl?go=http://www.livingorient.com/images/logo.gif&site=lvo&re=Enquiry" target="contact">contact</a> | sitemap<br>');
document.writeln('      <br>');
document.writeln('        Copyright&copy; '+year+' Living Orient Ltd. All Rights Reserved ');
document.writeln('      </td>');
document.writeln('  </tr>');
document.writeln('</table>');