var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="EDITORIAL: Thumbs up, thumbs down
";
arnews[0] += "New York Mets outfielder Jeff Francoeur underwent successful surgery to repair a tear of the collateral ligament in his left thumb Monday in Atlanta.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:12:00 GMT";
arnews[0] += "
";
arnews[1]="Princeton playoff hopes axed by Lumberjacks
";
arnews[1] += "The Lady Eagles from Princeton High soared into the tall timbers of Westwood Tuesday night, in an attempt to logroll the second-seeded Lumberjacks in the first round of the Division VI volleyball playoffs.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 19:39:40 GMT";
arnews[1] += "
";
arnews[2]="MoMA Showcases Eight New Films in Exhibition of Spanish and Portuguese Language Cinema
";
arnews[2] += "From \"Que culpa tiene el tomate?\" , 2008. Directed by Alejo Hoijman , Marcos Loayza , Josue Mendez , Carolina Navas Gutierrez , Paola Vieira , Alejandra Szeplaki , Jorge Coira .";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 04:18:36 GMT";
arnews[2] += "
";
arnews[3]="Becoming more than a statistic
";
arnews[3] += "Rogue Community College science student Perla Andrade, 19, said she found good support services at Eagle Point High School when she came to the U.S. at age 14.";
arnews[3] += "
Publ.Date : Sun, 25 Oct 2009 10:27:29 GMT";
arnews[3] += "
";
arnews[4]="Urban Action: 10/21-10/28
";
arnews[4] += "This week's calls to action include the following events and activities. Recycle Rochester Green Earth Ventures will sponsor \"Recycle Rochester\" from 9 a.m. to 1 p.m. on Saturday, October 24, at St.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 20:19:31 GMT";
arnews[4] += "
";
arnews[5]="Marriages Licenses Received 1012
";
arnews[5] += "Michael Christopher Henderson, 20, and Amber Michelle Reed, 21, both of Reno. Artemio Hernandez, Jr., 21, and Ashley Dawn O'Connell, 18, both of Reno.";
arnews[5] += "
Publ.Date : Tue, 13 Oct 2009 07: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("