// JavaScript Document
function sdate(){
alert("hello");
var d=new Date()
var day=d.getDate()
var month=d.getMonth() + 1
var year=d.getFullYear()
var mdate=(year + "." + month + "." + day)
document.forum.sdate.value=mdate;

}
document.write('<DIV class="vision" id=navbar2 align="center">');
document.write('<UL>');
  document.write('<LI><a href="index.htm">Home</a>'); 
  document.write('<LI><A href="#">Staff</A>'); 
  document.write('<LI><A href="picture_gallery.htm">Picture Gallery </A>'); 
  document.write('<LI>');
  
  document.write('<LI><A href="news_jan.htm">News</A> ');
  //document.write('<LI><A href="#">Pupils</A>'); 
  //document.write('<LI><A href="#">Dairy</A>'); 
  document.write('<LI><A href="project.htm">Projects </A>'); 
  document.write('<LI><A href="http://www.itacec.org/forum/">Interactive Forum</A>'); 
  document.write('<LI><A href="links.htm">Links</A>'); 
  document.write('<LI><A href="contact.htm">Contact</A></LI>');
  document.write('</UL></DIV>');


