var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NFL Week 11 Preview Capsules
";
arnews[0] += "Cleveland at Detroit Aside from fans stuck with tickets to this one, we should feel sorry for Don Criqui and Randy Cross, the CBS announcers assigned to describe the, uh, action.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:38:49 GMT";
arnews[0] += "
";
arnews[1]="Projecting where free agents will land
";
arnews[1] += "Scott Boras says November is a \"greeting card month\" for free agents. Teams send out feelers, check medical records and weigh their options.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 10:29:34 GMT";
arnews[1] += "
";
arnews[2]="NFL what to watch for
";
arnews[2] += "The number of interceptions Jairus Byrd, Buffalo's rookie safety from Oregon, has in 2009 a ' most in the NFL.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:31:38 GMT";
arnews[2] += "
";
arnews[3]="Forrest Griffin rallies to win split decision over Tito Ortiz at UFC 106
";
arnews[3] += "Forrest Griffin rallied to score a split decision over Tito Ortiz in a battle of former light-heavyweight champions at UFC 106 on Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:19:41 GMT";
arnews[3] += "
";
arnews[4]="First impression: Jamey Johnson and Randy Houser at the Alabama Theatre
";
arnews[4] += "Jamey Johnson has a few rough edges, and fans in his home state like that just fine.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 09:05:34 GMT";
arnews[4] += "
";
arnews[5]="Free agent pitcher Chapman fires agent, hires Hendrickses
";
arnews[5] += "The Red Sox and Yankees are among the teams interested in Cuban defector Aroldis Chapman, a free agent lefthander.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 09:03:09 GMT";
arnews[5] += "
";
arnews[6]="Pinoy is 2009 CNN Hero of the Year
";
arnews[6] += "Manila For bringing education to poor Filipino children through his \"Kariton Klassroom,\" Filipino Efren Peaflorida has been awarded the 2009 CNN Hero of the Year at the conclusion of \"CNN Heroes: An All-Star Tribute\" at the Kodak Theatre in Hollywood on Saturday night.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 08:49:20 GMT";
arnews[6] += "
";
arnews[7]="Holmgren interested in Browns
";
arnews[7] += "Former Seattle and Green Bay coach Mike Holmgren says he would be interested in working for the Cleveland Browns.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 08:36:46 GMT";
arnews[7] += "
";
totcount = 8;
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("