home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / Vyzkuste / itweak / itwkule.exe / itweaku.chm / html / javascript / footer.js next >
Encoding:
Text File  |  2000-03-07  |  617 b   |  11 lines

  1.     document.write ('<DIV class=footer>');
  2.         document.write ('<HR COLOR=#CCCCCC SIZE=1 NOSHADE>')
  3.         document.write ('Last modified: 07-Mar-2000');
  4.         document.write ('<BR>');
  5.         document.write ('<A href=copyright.htm title=\'Read the copyright\'>Copyright</A> © 1998-2000 ');
  6.         document.write ('<A href=mailto:support@jockesoft.com title=\'Email Us\'>PJF Data</A>. All Rights Reserved.');
  7.         document.write ('<BR>');
  8.         document.write ('<A href=copyright.htm title=\'Terms of Use\'>Terms of Use</A> ');
  9.         document.write ('<A href=contact.htm title=\'Contact Us\'>Contact Us</A>');
  10.     document.write ('</DIV>');
  11.