// JavaScript Document

document.write("<table width=100% border=0 cellspacing=0 cellpadding=0 id=footer>"+
      "<tr class=footertext>"+
        "<td width=499>(c) 2005. Lala Laptop.</td>"+
        "<td width=135><a href=# class=footer>FAQ</a> | <a href=lala-privacy.html class=footer>Privacy Policy</a> </td>"+
        "<td>Website:<a href=http://www.blueskyprojects.com/ class=footer>Blue Sky Project</a></td>"+
      "</tr>"+
    "</table>");
