var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="University merger plan draws fire
"; arnews[0] += "Declining revenue will result in changes to Mississippi higher education, according to the governor and state education officials."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Local Thanksgiving dinners, events planned
"; arnews[1] += "Community Thanksgiving Dinner. 11:30 a.m.- 1:30 p.m. Nov. 26, the Salvation Army Corps/Community Center, 1033 Big Bethel Road."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:22:04 GMT"; arnews[1] += "
"; arnews[2]="Latinos, blacks take harder hit amid recession
"; arnews[2] += "Latinos and African-Americans in Massachusetts and across the country are facing high unemployment rates that could spiral to levels not seen in decades as the jobless economic recovery drags on, analysts and urban community advocates say."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:43:03 GMT"; arnews[2] += "
"; arnews[3]="in Brief
"; arnews[3] += "The center has moved to a new location at 621 S. Blagg Road, behind No to Abuse."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:29:29 GMT"; arnews[3] += "
"; arnews[4]="Stranraer v E Stirlingshire
"; arnews[4] += "Stranraer striker Martin Jack is set to start against East Stirlingshire after the potentially season-ending injury to Stuart McColm last weekend."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:05:59 GMT"; arnews[4] += "
"; arnews[5]="Miss. students protest college merger proposal
"; arnews[5] += "Several hundred students, alumni and supporters of the state's three public, historically black universities gathered at the Capitol steps in Jackson this afternoon to protest the proposed merger of the three schools."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");