home: hub: 9ficl

ref: 893452dfa012ebff43e5358688ee9adccc09c929
dir: /doc/ficlheader.js/

View raw version
function ficlHeader()
{
  document.write("<table BORDER=0 CELLSPACING=3 WIDTH='640' %>");
  document.write("<tr %>");
  document.write("<td %> <b %>Forth Inspired Command Language</b %></td %>");
  document.write("<td ROWSPAN='4' %><a href='http://ficl.sourceforge.net' %><img SRC='ficl_logo.jpg' border='0' alt='The ficl home page' border=0 height=64 width=64 %></a %></td %>");
  document.write("<td ROWSPAN='4' %><A href='http://sourceforge.net' %><IMG src='http://sourceforge.net/sflogo.php?group_id=24441' width='88' border=0 height='31' border='0' alt='Sourceforge Logo' %></A %></td %>");
  document.write("<td ROWSPAN='4' %><a href='http://www.links2go.net/topic/Forth' %><img SRC='skey.gif' ALT='Key Resources -- Forth' BORDER=0 height=81 width=81 %></a %></td %>");
  document.write("</tr %>");
  document.write("<tr %><td %><b %>Author: <a href='mailto:john_sadler@alum.mit.edu' %> John Sadler</a %></b %></td %></tr %>");
  document.write("<tr %><td %><b %>Created: 19 July 1997</b %></td %></tr %>");
  document.write("<tr %><td %><b %>Current Revision: 3.01 -- October 2001</b %></td %></tr %>");
  document.write("<tr %><td %><b %>Last Modified " + document.lastModified + "</b %></td %></tr %>");
  document.write("<tr %><td COLSPAN=4 %><b %><a href='index.html' %>Home</a %>&nbsp;|&nbsp;<a href='http://sourceforge.net/mail/?group_id=24441' %>Join Mailing Lists</a %>&nbsp;|&nbsp;<a href='http://sourceforge.net/projects/ficl' %>Project Page</a %>&nbsp|&nbsp;<a href='http://sourceforge.net/project/showfiles.php?group_id=24441' %>Download</a %></b %></td %></tr %>");
  document.write("</table %>");
}

ficlHeader();