// surrey.js
// JavaScript code for Surrey TOMCC web site.
// (c) 2003 Wyrm Software - http://www.wyrm.org.uk/

function chgStatus(sText)
{
  window.status = sText;
  return true;
}
