<!--
/* 
multiline comments
*/

// single line comments

document.write('<HTML><HEAD><TITLE></TITLE></HEAD> ')
document.write('<BODY > ')
document.write('<table width=100% border=1 bordercolor="blue" cellspacing="0" bgcolor="#FFFFFF"><tr> ')
document.write('<td width=100% valign="top"><div align="center"> ')
document.write('<center><IFRAME width=100% HEIGHT=300 HEIGHT=500% SCROLLING=yes  SRC="http://www.on-this-day.com/rss/frames-sports-275x300.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(' ')

//--> 