//footer for cathyland
	function printVirtualFooter(){
	document.write('<table>');
	document.write('<tr>');
	document.write('<td>');
	document.write('<img src="rednote.gif" border="0" /></td>');
	document.write('<td><form method=GET action="http://groups.yahoo.com/subscribe/cast_97">');
      document.write('<table cellspacing=0 cellpadding=2 border=0 bgcolor=#FFFFCC>');
      document.write('<tr>');
      document.write('<td colspan=2 align=center><b>Subscribe to cast_97</b>');
      document.write('</td>');
      document.write('</tr>');
      document.write('<tr>');
      document.write('<td><input type=text name="user" value="enter email address" size=20>');
      document.write('</td>');
      document.write('<td>');
      document.write('<input type=image border=0 alt="Click here to join cast_97" name="Click here to join cast_97" src="http://groups.yahoo.com/img/ui/join.gif">');
      document.write('</td>');
      document.write('</tr>');
      document.write('<tr align="center">');
      document.write('<td colspan="2">Powered by <a href="http://groups.yahoo.com/">groups.yahoo.com</a>');
      document.write('</td>');
      document.write('</tr>');
      document.write('</table>');
      document.write('</form>');
      document.write('</td>');
	document.write('<td>');
	document.write('<img src="rednote.gif" border="0" />');
      document.write('</td>');
	document.write('</tr>');
	document.write('</table></br>');
	document.write('For CAST members only, sign up for our e-group.');
	document.write('</br></br>Members: Questions? contact <a href="mailto:CAST_97@yahoo.com">Elena</a></br>');
	document.write('</br><a href="index.htm">Back to C.A.S.T.</a></br>');
	document.write('<img src="noteline1.gif" border="0" /></br></br>');
	document.write('<h6>webpage created by <a href="http://www.cathyland.net"><img src="clbutton2.gif" border="0" /></a></br>');
	document.write('email <a href="mailto:cat@cathyland.net">webmaster</a></br></br></CENTER></h6>');

	}
