  function dateFooter2()
  {
      document.writeln("<font color=\"#FFFFFF\">");
      document.writeln("<p>");
      document.writeln("<blockquote>");
      document.writeln("Last updated: 20 Feb 2012");
      document.writeln("<p>");
      document.writeln("<a href=\"sub_index.html\"><img border=0 src=pix/goback.gif align=\"middle\"></a>");
      document.writeln("<a href=\"sub_index.html\"><img src=\"pix1/cybercruise-name.jpg\" height=\"50\" align=\"top\" border=\"0\"></a>");
      document.writeln("</blockquote>");
      document.writeln("<p>");
      document.writeln("</font>");

  }
  dateFooter2();

