document.write('<table border="0" cellpadding="0" cellspacing="1">' +
'				<tr valign="top">' +
'					<td class="date">Mar 12' +
'					</td>' +
'					<td class="event">Dad\'s-N-Donuts' +
'					</td>' +
'				</tr>' +
'				<tr valign="top">' +
'					<td class="date">Mar 17' +
'					</td>' +
'					<td class="event">Spirit Day <br> Petting Zoo' +
'					</td>' +
'				</tr>' +
'				<tr valign="top">' +
'					<td class="date">Mar 17' +
'					</td>' +
'					<td class="event">Sharky\'s <br>Eat-Out-Night' +
'					</td>' +
'				</tr>' +
'				<tr valign="top">' +
'					<td class="date">Apr 29' +
'					</td>' +
'					<td class="event">Open House <br> 5pm - 7pm' +
'					</td>' +
'				</tr>' +
'			</table>');