var cText = '';

cText += '<table>'
cText += '<tr>'
cText += '<td><a href="calendar.html">Aug.-Sep.</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar10.html">October</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar11.html">November</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar12.html">December</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar1.html">January</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar2.html">February</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar3.html">March</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar4.html">April</a></td>'
cText += '<td> | </td>'
cText += '<td><a href="calendar5.html">May-Jun.</a></td>'
cText += '</tr>'
cText += '</table>'

document.write(cText) ;

