// 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/press/ResearchClub/index.htm><img src=http://www.oucom.ohiou.edu/News/hastings.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/press/ResearchClub/index.htm" style="text-decoration: none">')
document.write('<font face="Arial" size="1" color="#000000">')
document.write('<b>New lecture series encourages medical student research</b> ')
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/press/Wilson2011/index.htm" style="text-decoration: none">')
document.write('<font face="Arial" size="1" color="#5c7467">')
document.write('<b>Can osteopathic manipulation treat sweat disorders?</b><br><i>AOA-funded research studies manual therapy’s effect on nervous system</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/press/ClarkNIH/index.htm" style="text-decoration: none">')
document.write('<font face="Arial" size="1" color="#5c7467">')
document.write('<b>Grant supports diversity in health-related research</b><br><i>Researchers work to understand muscle weakness in an aging population</i>')
document.write('<br>')
document.write('</font>')
document.write('</a>')
document.write('</span>')
document.write('</td>')
document.write('</tr>')

document.write('</table>')


