 document.write(
      '<table width="100%" cellspacing="0" cellpadding="0" border="0">'+
        '<tr>'+
		  '<td height="22" width="12%" bgcolor="#AEC3E5" class="text" align="left">'+
		  '<font color="#4040A0">'+
		  '&nbsp;'+
		  '<font>'+
		  '</td>'+ 
          '<td height="22" bgcolor="#AEC3E5" class="textlink" align="left">'+
		  '<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/index.htm">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>'
  );
