var cText = '';

cText += '<div id="header">'
cText += '<table>'
cText += '<td>'
cText += '<img src="wccalog.png" height="167" width="175" />'
cText += '</td>'
cText += '<td width="800" align="center">'
cText += '<h1>Westlake Chinese Cultural Association</h1>'
cText += '</td>'
cText += '</table>'
cText += '<ul>'
cText += '<li><a href="index.html">Current Events</a></li>'
cText += '<li><a href="history.html">School History</a></li>'
cText += '<li id="selected"><a href="calendar.html">Calendar</a></li>'
cText += '<li><a href="location.html">Location</a></li>'
cText += '<li><a href="contactus.html">Contact Us</a></li>'
cText += '<li><a href="members.html">WCCA Members</a></li>'
cText += '<li><a href="forms.html">Forms</a></li>'
cText += '</ul>'
cText += '</div>'


document.write(cText) ;

