// JScript source code
//Footer text and links

  //var webadmin;
  //webadmin = Email("webadmin", "webadmin");
  document.writeln("<table cellSpacing='0' cellPadding='0' width='760' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='center'  colspan='3'>Please report any problem with this site to ");  
     Email("webadmin", "webadmin" );
  document.writeln( "</td>");
  document.writeln(" </tr>");
  document.writeln("<tr>");
  document.writeln("<td align='center' width='188'>Copyright &copy St Moritz ISC 2007 - 2010 </d>");  
  //document.writeln("<td align='center' width='207'>Site design by <a href='http://www.baytechwebdesign.com'>"+
	//  "Baytech Web Design</a></td>");
  document.writeln("<td align='center' width='207'></td>");
  document.writeln("<td width='365'>");
  document.writeln("<table class='bt' cellSpacing='0' cellPadding='0' align='right' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td vAlign='bottom' width='11'><IMG height='15' src='" + home + "images/icon_1.gif' width='11'></td>");
  document.writeln("<td vAlign='bottom' align='center' width='55'><A href='" + home + "index.htm'>Home</A></td>");
  document.writeln("<td vAlign='bottom' width='11'><IMG height='15' src='" + home + "images/icon_2.gif' width='11'></td>");
  document.writeln("<td vAlign='bottom' align='center' width='64'><A href='" + home + "sitemap.htm'>Sitemap</A></td>");
  document.writeln("<td vAlign='bottom' width='11'><IMG height='15' src='" + home + "images/icon_3.gif' width='11'></td>");
  document.writeln("<td align='center' width='80'><A href='" + home + "contact.htm'>Contact Us </A>");
  document.writeln("</td>");
  document.writeln("</tr>");
  document.writeln(" </table>");
  document.writeln("</td>");
  document.writeln(" </tr>");
  document.writeln("</table>");

