var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen Gustafson: Three Years on: FEEDing Globally...and Locally
";
arnews[0] += "Three years ago, I was working as a U.S. Spokesperson for the U.N. World Food Programme and met Lauren Bush, a Princeton student, who designed a bag that would feed kids around the world in school.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:21:26 GMT";
arnews[0] += "
";
arnews[1]="Moby Chews on Some Gristle
";
arnews[1] += "Being New York's most recognizable bald vegan just wasn't enough for Moby, who's now added 'anthology editor' to his list of accomplishments.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:52:08 GMT";
arnews[1] += "
";
arnews[2]="Feb. 8 girls' basketball roundup: Cornwall clinches division
";
arnews[2] += "Alex Gagliano scored 30 points as host Cornwall captured the OCIAA Division III championship.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="College notes
";
arnews[3] += "The following local students have been named to the dean's list at Misericordiam University: Drew Abatangelo, Thomas Behrens, Danielle Gros and Frank Nutt of Montgomery; Gabrielle Diulio of Newburgh; Megan McChesney of Bloomingburg; Brian O'Neill of Monroe; and Alec Parker of Goshen.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:48:46 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl victory brings good storm to New Orleans
";
arnews[4] += "The chorus goes, \"Lord, I want to be in that number.\" Now, for the New Orleans Saints - and the city they've lifted on their shoulders - that number is Super Bowl XLIV.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 06:35:57 GMT";
arnews[4] += "
";
arnews[5]="On the other side of the Miss America tiara
";
arnews[5] += "A former pagent travel manager uses her experiences as the background for a novel.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 14:50: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("