<!--
/* 
multiline comments
*/

// single line comments

document.write('<HTML><HEAD><TITLE></TITLE></HEAD> ')
document.write('<BODY > ')
document.write('<table width=344 border=1 bordercolor="blue" cellspacing="0" bgcolor="#FFFFFF"><tr> ')
document.write('<td width=344 height="22" valign="top" bgcolor="blue"><font color="#FFFFFF"><b>On This Day In History</b></font></td> ')
document.write('</tr><tr><td width="344" height="21" valign="top"><div align="center"> ')
document.write('<center><IFRAME width=340 HEIGHT=125 HEIGHT=500% SCROLLING=yes  SRC="frames-misc-c-340x125.htm" FRAMEBORDER=0 BORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0  ></IFRAME>');
document.write('</div> ')
document.write('</td></tr></table> ')
document.write("</center>" );
document.write('</BODY></HTML> ')

document.write(' ')

//--> 