var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BC facing formidable foe in UNC
";
arnews[0] += "Linebacker Mike McLaughlin and coach Frank Spaziani know BC will have its hands full today when it takes on surging North Carolina in the Eagles' home finale.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:49:39 GMT";
arnews[0] += "
";
arnews[1]="NFL Preview - New Orleans
";
arnews[1] += "It just might be possible that the New Orleans Saints are the most unhappy undefeated team in football right now.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:29:41 GMT";
arnews[1] += "
";
arnews[2]="Nail of the Day!!!! 11-17 Edition
";
arnews[2] += "Thanks Raven for your Balt. pick and congrats to Cutter on the DTS thread for the great day he had at the Meadowlands!!!!! + NAIL OF THE DAY!!!! 11-17 EDITION - NAIL OF THE DAY!!!! 11-17 EDITION monmouth looks like trash 4 fgs and 1 guy has 3 of them at half not to mention 58% from the line.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:26:56 GMT";
arnews[2] += "
";
arnews[3]="Game day: No. 10 Texas vs. No. 1 UConn women
";
arnews[3] += "ATT Center, San Antonio, Texas TEAM RECORDS -- UConn 1-0, Texas 1-0 ON THE AIR -- ESPN2 ; WICC-AM 600, WINE-AM 940, WTIC-AM 1080 UCONN Tiffany Hayes G 5-10 Soph.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:18:02 GMT";
arnews[3] += "
";
arnews[4]="8 minutes ago
";
arnews[4] += "Nail South Carolina -19 The Gamecocks are way too athletic and can score at will tonight against a Georgia Southern team that struggles on the defensive end of the floor.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 21:20:08 GMT";
arnews[4] += "
";
arnews[5]="Fantasy Football Week 10: Waiver Wire Report
";
arnews[5] += "Injuries are making it harder than ever to remain competitive in your fantasy football league.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 11:17:42 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("