var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lil Wayne's sentencing has been rescheduled to March 2.
";
arnews[0] += "Saved by the dentist! Lil Wayne's sentencing on a 2007 weapons charge was postponed Tuesday and rescheduled until March 2. The holdup? Surgery Wayne needs on a cracked tooth, according to MTV.com. Man, why didn't T.I. think of that? Wayne was expected to begin a one-year jail sentence Tuesday and had already recorded a goodbye message to fans, ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:19:07 GMT";
arnews[0] += "
";
arnews[1]="Picking up where we left off
";
arnews[1] += "Picked-up pieces while wondering whether Bill Belichick plans to name himself Patriots special teams coach and strength and conditioning coordinator before the start of two-a-days. Across the nation, the 2010 Super Bowl goes down as the story of the rise of the Saints and the rebuilding of the city of New Orleans.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:41:41 GMT";
arnews[1] += "
";
arnews[2]="a Q & a With Red Sox Manager Terry Francona
";
arnews[2] += "HAMPTON ROADS, Va. - - Red Sox manager Terry Francona , who helped deliver two World Series championships to a previously snakebitten franchise, was in Hampton Roads on Tuesday to help out an old friend at the Virginia Baseball Academy.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:40:07 GMT";
arnews[2] += "
";
arnews[3]="Return to form for Earnhardt Jr. could rev NASCAR's fortunes
";
arnews[3] += "Dale Earnhardt Jr. leads a pack of cars during the preliminary Budweiser Shootout at Daytona.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Gleason: Yanks' World Series trophy wows 'em at West Point
";
arnews[4] += "If you want to know how the Yankees earned their World Series trophy, ask Derek Jeter or Mariano Rivera.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:39:34 GMT";
arnews[4] += "
";
arnews[5]="Tom Cruise Set For 'Mission: Impossible IV'
";
arnews[5] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:05:43 GMT";
arnews[5] += "
";
arnews[6]="Jacque Jones gets minor league deal from Twins
";
arnews[6] += "The Minnesota Twins have signed Jacque Jones to a minor league contract, bringing the outfielder back to the organization with which he began his career.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 03:54:20 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("