var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BASKETBALL: Jeff girls roll past Silver Creek, 68-21
";
arnews[0] += "Reserve forward Shanice Gholson scored a career-high 27 points as the Jeffersonville girls' basketball squad cruised to its second straight win, defeating host Silver Creek 68-21 Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:57:41 GMT";
arnews[0] += "
";
arnews[1]="Jeffersonville girls crushes Silver Creek 68-21 with 2 big runs
";
arnews[1] += "Two impressive runs by the Jeffersonville High School girls' basketball team contributed to one impressive 68-21 victory at Silver Creek last night.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="20 Questions
";
arnews[2] += "In honor of Jill Larson 's 20th anniversary in the role of Opal on ALL MY CHILDREN, take our quiz to see how much you know about Pine Valley's quirky confidante! Jill Larson took over the role of Opal in 1989.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:23:42 GMT";
arnews[2] += "
";
arnews[3]="Olten Suspect Charged With First Degree Murder
";
arnews[3] += "KOMU : 15-year-old Alyssa Bustamante is charged with first degree murder in the death of Elizabeth Olten .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:00:00 GMT";
arnews[3] += "
";
arnews[4]="Aspen Manor bones said to be animal.....
";
arnews[4] += "Employees at the Smithsonian Institute have determined the bones found in a wall at Aspen Manor belonged to animals, said the Brooke County Sheriff's Department.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:37:10 GMT";
arnews[4] += "
";
arnews[5]="Found bones animal, not human
";
arnews[5] += "Employees at the Smithsonian Institute have determined the bones found in a wall at Aspen Manor belonged to animals, said the Brooke County Sheriff's Department.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:17:14 GMT";
arnews[5] += "
";
arnews[6]="Bel Mooney: How can such a clever woman be so stupidly naive about this sleazy world?
";
arnews[6] += "Nothing bad happened to Belle de Jour - or so she says. The famous secret blogger whose Diary Of A London Call Girl intrigued millions has 'come out' at last as Dr Brooke Magnanti, a scientist who is casually unabashed about her recent life as a hooker.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 07:30:33 GMT";
arnews[6] += "
";
totcount = 7;
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("