 document.write(
      '<table width="100%" cellspacing="0" cellpadding="0" border="0">'+
        '<tr>'+
		  '<td height="22" width="9%" bgcolor="#AEC3E5" class="text" align="left">'+
		  '<font color="#4040A0">'+
		  ''+
		  '<font>'+
		  '</td>'+ 
          '<td height="22" bgcolor="#AEC3E5" class="textlink" align="center">'+
		  '<a href="../index.htm">Home</a>'+ 
          ' | <a href="../News.htm">News</a>'+
		  ' | <a href="../Training.htm">Training</a>'+
		  ' | <a href="../Schedule.htm">Schedule</a>'+ 
          ' | <a href="../Schools.htm">Schools</a>'+
		  ' | <a href="../Pictures.htm">Pictures</a>'+
		  ' | <a href="#">Competitions</a>'+
		  ' | <a href="../prize-distribution-ceremony.htm">Prize Distribution Ceremony</a>'+  
		  ' | <a href="../ProjectSites.htm">Map</a>'+ 
		  ' | <a href="../Contact.htm">Contact Us</a>'+ 
		  '</td>'+
        '</tr>'+
      '</table>'
  );
