var cText = '';

cText += '<b>'
cText += '<table width="1000">'

cText += '<tr>&nbsp</tr>'
cText += '<tr>Normal Activities Include:</tr>'
cText += '<tr>&nbsp</tr>'
cText += '<tr>&nbsp;&nbsp;9:00am to 11:00am Chinese Classes</tr>'
cText += '<tr>&nbsp;&nbsp;9:00am to 12:00pm Dancing Classes</tr>'
cText += '</table>'
cText += '</b>'

document.write(cText) ;

