var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="College notes
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 09 Feb 2010 07:48:46 GMT";
arnews[0] += "
";
arnews[1]="Actor and reality TV star to host lottery game show
";
arnews[1] += "Many Boomers first met Christopher Knight during the first run of 'The Brady Bunch,' a Friday night TV staple from 1969 to 1974.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'America's Next Top Model' Winner Nicole Fox Will Not Be Appearing in Alexander McQueen Ad Campaign
";
arnews[2] += "When sweet Kentucky redhead Nicole Fox won the latest \" America's Next Top Model ,\" Tyra Banks told her petite protg, \"You are a star.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 05:45:00 GMT";
arnews[2] += "
";
arnews[3]="Weekend At Bernie's Being Re-animated
";
arnews[3] += "These days Weekend at Bernie's is more of a punchline than anything, and anyone who wasn't around at the time might think that the film was some sort of colossal, ridiculous flop.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 10:21:23 GMT";
arnews[3] += "
";
arnews[4]="Texas Holda em Chocolates for the Female Poker Player
";
arnews[4] += "Now that we are past Christmas, as well as beyond the halfway mark in January, guys start to think of fun things like the Superbowl.";
arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 22:01:04 GMT";
arnews[4] += "
";
arnews[5]="'America's Next Top Model' Cycle 1 Winner Adrianne Curry Could Be Chewbacca
";
arnews[5] += "Tyra Banks may have introduced us to thirteen cycles of America's Next Top Model over the years, but it's difficult to forget the first winner of the show.";
arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 21:22:02 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("