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(

"<a href='http://www.youtube.com/user/umdnj'>What UMDNJ Means to Our Students</a> <img src='http://www.umdnj.edu/home2web/images/video_icon.gif'>",

//Headline 2
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=11&day=17&year=09&headline=Report+Calls+on+Health+Professionals+to+Treat+Tobacco+Addiction+as+a+Chronic+Illness'>Tobacco Addiction Demands Diligence</a>",

//Headline 3
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=11&day=17&year=09&headline=UMDNJ+Physician+Receives+National+Distinguished+Clinician+Award'>Distinguished UMDNJ Clinician Honored</a>",

//Headline 4
"Find an Expert: <a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=10&day=30&year=09&headline=UMDNJ+Child+Abuse+Experts+Available+to+Discuss++Precious+'>\"Precious\" Abuse Facts</a>",

//Headline 5
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=10&day=27&year=09&headline=Dr.+Gary+Hartwell+Receives+Honors+from+the+American+Association+of+Endodontists'>Top Dental Honor</a>",

//Headline 6
"Study: <a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=10&day=21&year=09&headline=UMDNJ+Researchers+Discover+Novel+Mechanism+of+Complex+Evolutionary+Change'>Fatherless Reproduction Evolves</a>",

//Headline 7
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=10&day=16&year=09&headline=UMDNJ+Physicians+Urge+Pregnant+Women+to+Get+H1N1+Vaccine,+Protect+Themselves+and+Baby+from+Potential+Deadly+Threat'>H1N1 and Pregnancy</a>",

//Headline 8
"<a href='http://abclocal.go.com/wabc/story?section=news/health&id=7060504' target='_blank'>Dr. Peter Wenger's H1N1 Tips on ABC7</a> <img src='http://www.umdnj.edu/home2web/images/video_icon.gif'>",

//Headline 9
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=10&day=07&year=09&headline=Global+Tuberculosis+Institute+at+UMDNJ+Wins+$4.4+Million+CDC+Contract'>TB Institute Gets $4.4M CDC Contract</a>",

//Headline 10
"<a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=10&day=01&year=09&headline=UMDNJ+School+of+Nursing+Receives+Second+Grant+to+Help+Increase+and+Diversify+the+Nation+s+Nursing+Workforce'>Nursing School Scholarships Renewed</a>",

//Headline 11
"Find an Expert: <a href='http://www.umdnj.edu/cgi-bin/cgiwrap/quinnaj/newsroom.cgi?month=09&day=04&year=09&headline=UMDNJ+Experts+Available+to+Discuss+H1N1'>H1N1</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/quinnaj/headlines.cgi'>2008-Present &raquo;</a></div>");