var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BASKETBALL: Jeff girls roll past Silver Creek, 68-21 - News and Tribune.com
";
arnews[0] += "SELLERSBURG — 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. “Shanice came off the bench for us ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:12:00 GMT";
arnews[0] += "
";
arnews[1]="Jeffersonville girls crushes Silver Creek 68-21 with 2 big runs - Courier-Journal
";
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. The Red Devils, No.2 in the Class 4-A coaches' poll, took control immediately by scoring the first 16 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:39:00 GMT";
arnews[1] += "
";
arnews[2]="Red Devils next for Lady Stars - Bedford Times-Mail
";
arnews[2] += "BEDFORD — Having dispatched Eastern Greene with due authority Friday night, Bedford North Lawrence’s girls basketball players will get a rare chance to play a top-five-ranked team within a span of five days when third-ranked Jeffersonville teams ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:25:00 GMT";
arnews[2] += "
";
totcount = 3;
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("