function listItems(itemList) 
{
   document.write("<UL>\n")
   for (i = 0;i < itemList.length;i++)
   {
      document.write("<LI>" + itemList[i] + "\n")
   }
   document.write("</UL>\n") 
} 

headlines = new Array(


//Headline
"<a class='rednews' href='http://www.umdnj.edu/presweb/president/UMDNJ_Advisory_Committee_Final_Recommendations_01-25-12.pdf'>Response to the Advisory Committee’s Final Report</a>",
 
//Headline
"<a class='rednews' href='http://www.umdnj.edu/presweb/president/recommendations.pdf'>Summary of key recommendations re UMDNJ from Advisory Committee Final Report</a>",

//Headline
"<a href='http://www.umdnj.edu/presweb/president/UMDNJ_Advisory_Committee_Final_Report.pdf'>UMDNJ Advisory Committee Final Report</a>",

//Sacred Ground
"<a href='http://www.youtube.com/user/umdnj#p/u/47/syQAmun4Jgk'>What UMDNJ Means to Our Students</a> <img src='http://www.umdnj.edu/home2web/images/video_icon.gif'>",

"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/hpappweb/newsroom.cgi?month=05&day=27&year=10&headline=UMDNJ++Lives+We+ve+Changed'>UMDNJ: Lives We've Changed</a> <img src='http://www.umdnj.edu/home2web/images/video_icon.gif'>",

//Headline
"<a href='http://www.modernmedicine.com/modernmedicine/Clinical+News/Chlorthalidone-treatment-increased-life-expectancy/ArticleStandard/Article/detail/756169?contextCategoryId=40153 '>Blood Pressure Meds Found to Prolong Life</a>",

//Headline
"<a href='http://lautenberg.senate.gov/newsroom/record.cfm?id=335112&' target='_blank'>UMDNJ Vet Support Program Goes National</a>",

//Headline
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/hpappweb/newsroom.cgi?month=11&day=01&year=11&headline=+Heart+breaking++Starvation+Response'>\"Starving\" the Heart</a>",

//Headline
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/hpappweb/newsroom.cgi?month=10&day=26&year=11&headline=Mapping+MRSA+s+Family+Tree'>Mapping MRSA’s Family Tree</a>"
)

listItems(headlines)

document.write("<div id='archive'>News Archive:&nbsp;<a href='http://www.umdnj.edu/about/news_events/archive/index.htm'>&laquo; 2002-2007</a>&nbsp;&#8226;&nbsp;<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/hpappweb/headlines.cgi'>2008-Present &raquo;</a></div>");
