var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top Model has its shortest, youngest winner yet in Nicole Fox
";
arnews[0] += "Nicole Fox is America's next next next next next next next next next next next next next top model, winning the short model cycle of America's Next Top Model .";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:19:35 GMT";
arnews[0] += "
";
arnews[1]="Community Happenings
";
arnews[1] += "FRIDAY Haunted House The Boys and Girls Club of Wellington & Area present an evening of evil chills and delicious thrills at 24 Mill Rd., Wellington.";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 06:09:21 GMT";
arnews[1] += "
";
arnews[2]="Girls soccer: Hen Hud clinches league title; more games ...
";
arnews[2] += "Hen Hud 2, Croton-Harmon 0: At Hen Hud, Leanne Benson and Megan Roush scored to give the Sailors the League I-D title with an undefeated record in league play.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 11:36:33 GMT";
arnews[2] += "
";
arnews[3]="Girls soccer: Somers turns table on John Jay, 1-0; more games ...
";
arnews[3] += "Somers 1, John Jay 0: At John Jay, Michelle Linkletter scored with 6:48 left as the Tuskers turned the tables on the Indians, who beat them 1-0 in overtime earlier this season.";
arnews[3] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Girls soccer: Somers turns table on John Jay, 1-0; more games ...
";
arnews[4] += "Somers 1, John Jay 0: At John Jay, Michelle Linkletter scored with 6:48 left as the Tuskers turned the tables on the Indians, who beat them 1-0 in overtime earlier this season.";
arnews[4] += "
Publ.Date : Thu, 15 Oct 2009 12:01:15 GMT";
arnews[4] += "
";
arnews[5]="Misconduct Lands 'America's Next Top Model' Cycle 5 Contestant Behind Bars
";
arnews[5] += "There's a thin line between spunky and over-reacting to granola bar theft. If you remember the temper of Brittany \"Bre\" Scullark on America's Next Top Model Cycle 5, you probably won't be surprised about her recent brush with the law.";
arnews[5] += "
Publ.Date : Wed, 30 Sep 2009 05:00:04 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("