var news=new Array();

news[0]="<img src=\"indeximages/icon1.gif\"/>Maribeth Hassett won the first prize of the Ohio University Research and Creativity Expo in May, 2009 (Undergraduate).<p></p>";
news[1]="<img src=\"indeximages/icon1.gif\"/>Wei Zeng won the first prize of the Ohio University Research and Creativity Expo in May, 2009 (Graduate).<p></p>";

/*document.write('<marquee direction="up" scrollamount="3" scrolldelay="100" onmouseover="this.setAttribute(\'scrollamount\', 0, 0);" onmouseout="this.setAttribute(\'scrollamount\', 3, 0);" >');*/
/*put news here one by one*/
document.write(news[0]);
document.write(news[1]);
/*document.write('</marquee>');*/

function stopRolling(){
          
}