function WriteFooterBlock() {
  document.write('<div class="PageFooter">');
  document.write('<hr class="FooterLine" size="3">');
  document.write('   <small><small>');
  document.write('   Copyright (c) 1995-2008, Robert Chandler, <a href="http://helpware.net/">The Helpware Group</a><br>');
  document.write('   Hosting by <a target="_blank" href="http://jtfhosting.com">jtfhosting.com</a><br>');
  document.write('   </small></small>');
  document.write('</div>');
  }
WriteFooterBlock();

// twitter follow badge by go2web20
tfb.account = 'helpware';
tfb.label = 'follow-us';
tfb.color = '#35ccff';
tfb.side = '2';
tfb.top = 136;
tfb.showbadge();
// end of twitter follow badge




