// use this file to generate display text and URL for the 
// three "research" items on the Front Door.

document.write('<table border="0" id="table10" width="214">')
document.write('<tr>')
document.write('<td width="75">')

// define URL for first research story and location of photo

document.write('	<a class=story href=http://www.oucom.ohiou.edu/News/stories/Stevens09/index.htm><img src=http://www.oucom.ohiou.edu/News/stevens.jpg border=0></a>')
document.write('</td>')

// define URL for first research story and text to be displayed
// format of displayed text is also defined here

document.write('<td valign="top" width="129">')
document.write('<a href="http://www.oucom.ohiou.edu/News/stories/Stevens09/index.htm" style="text-decoration: none">')
document.write('<font face="Arial" size="1" color="#000000">')
document.write('<b>Federal grant funds fossil preparation at OU-COM </b><i><br>Faculty member awarded $180,000 from NSF for specimen facility</i> ')
document.write('	</font>')
document.write('	</a>')
document.write('	</span>')
document.write('</td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td colspan="2">')

// define URL for second research story and text to be displayed
// format of displayed text is also defined here

document.write('	<a href="http://www.oucom.ohiou.edu/News/stories/Internal_Coschigano/index.htm" style="text-decoration: none">')
document.write('	<font face="Arial" size="1" color="#5c7467">')
document.write('	<b>OU-COM kidney damage study receives NIH boost</b><i><br>Grant funds student position to assist Coschigano-Malgor research team </i>')
document.write('	</font>')
document.write('	</a>')
document.write('	</span>')
document.write('</td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td colspan="2">')

// define URL for third research story and text to be displayed
// format of displayed text is also defined here

document.write('	<a href="http://www.oucom.ohiou.edu/News/archives/Stroke_Final/index.htm" style="text-decoration: none">')
document.write('	<font face="Arial" size="1" color="#5c7467">')
document.write('	 <b>NIH grants $221,250 to OU-COM ischemic stroke research</b><i><br>Dr. Yang Li will use funds to investigate the role of zinc in cell death </i>')
document.write('	<br>')
document.write('	</font>')
document.write('	</a>')
document.write('	</span>')
document.write('</td>')
document.write('</tr>')

document.write('</table>')

