// JavaScript Document
document.write (
'<table width="100%" border="0" cellspacing="0" cellpadding="0">' +
  '<tr>' +
    '<td class="bottomTD" bgcolor="#272144"><strong>Wing Lam Enterprises Websites</strong>:&nbsp;' +
	  '&nbsp;<a href="http://www.wle.com" class="navLinkBottom">WLE Store</a>&nbsp;&nbsp;| ' +
	  '&nbsp;<a href="http://www.usbudo.com" class="navLinkBottom">USBudo.com</a>&nbsp;&nbsp;| ' +
	  '&nbsp;<a href="http://www.wingtsunusa.com" class="navLinkBottom">WingTsunUSA.com</a>&nbsp;&nbsp;| ' +
	  '&nbsp;<a href="http://www.sunlutang.com" class="navLinkBottom">SunLuTang.com</a>&nbsp;&nbsp;| ' +
	  '&nbsp;<a href="http://www.wle.com/store/wleMag.html" class="navLinkBottom">WLE Magazine</a>&nbsp;&nbsp;| ' +
	  '&nbsp;<a href="http://www.wle.com/forum/" class="navLinkBottom">Forum</a>&nbsp;&nbsp;|<br>' +
	  '<a href="http://www.wle.com" class="navLinkBottom">Home</a>&nbsp;&nbsp;| ' +
	  '&nbsp;<a href="http://www.wle.com/member/index.php" class="navLinkBottom">Wholesale Store</a>&nbsp;&nbsp;|' +
	  '&nbsp;<a href="http://www.wle.com/store/associates.html" class="navLinkBottom">Associates Program</a>&nbsp;&nbsp;|' +
	  '&nbsp;<a href="http://www.wle.com/school/" class="navLinkBottom">Wing Lam Kung Fu School</a>&nbsp;&nbsp;|' +
	  '&nbsp;<a href="http://www.wle.com/store/support.html" class="navLinkBottom">Customer Service</a>&nbsp;&nbsp;|' +
	  '&nbsp;&nbsp;<a href="http://wle.com/store/contact.html" class="navLinkBottom">Contact</a>&nbsp;&nbsp;|<br>' + 
      '&copy;2004 WING LAM ENTERPRISES Inc. All rights reserved. Order TOLL FREE 1-800-700-3698&nbsp;&nbsp;|' +
	  '&nbsp;&nbsp;<a href="http://www.wle.com/store/termsOfUse.html" class="navLinkBottom">Terms of Use</a>&nbsp;&nbsp;|' +
	  '&nbsp;&nbsp;<a href="http://www.wle.com/store/privacyPolicy.html" class="navLinkBottom">Privacy Policy</a>&nbsp;&nbsp;|' +
 '</td></tr>' +
'</table>'
);
