var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bulls seem to be waiting for another Michael Jordan to drop into their ... - Los Angeles Times
";
arnews[0] += "This isn't just any Circus Trip for the Bulls, it's the 10-year anniversary of the first after Michael Jordan left . . . when they were 0-7, starting a five-year, 0-32 run. Of course, their last five trips (9-24) show they're on the way back, however ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:00 GMT";
arnews[0] += "
";
arnews[1]="Ode to Michael Jordan - teenink.com
";
arnews[1] += "Have you ever felt uncomfortable before a big game? Have you ever found yourself in a state of mind where you could hardly figure out if you even liked the sport you were about to play? Have you ever been in a situation where your life could change ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:29:00 GMT";
arnews[1] += "
";
arnews[2]="This week's best bets - Detroit Free Press
";
arnews[2] += "There's not a whole lot of mystery in the final race of the NASCAR Sprint Cup season today -- the Ford 400 at Homestead-Miami Speedway (3:15 p.m., ABC). But there should be history, as Jimmie Johnson needs only a 25th-place finish to win his record ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="Deep thoughts, cheap shots and bon mots ... - San Francisco Chronicle
";
arnews[3] += "As a counterpoint to Michael Jordan 's pathetic Hall of Fame induction speech, check out Brett Hull 's HOF speech. Hull accepted his honor on behalf of all hockey moms, all caring dads, \"every teammate that sacrificed, every trainer that patched (him ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:15:00 GMT";
arnews[3] += "
";
arnews[4]="Michael Jordan - Chicago Tribune
";
arnews[4] += "Michael Jordan is regarded as the greatest basketball player ever and one of the most famous international figures in the 20th Century. His individual achievements rank among the best in the professional game's history. And at the amateur and ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:27:00 GMT";
arnews[4] += "
";
arnews[5]="Cavs come back - Concord Monitor
";
arnews[5] += "Rookie Brandon Jennings scored 29 points to lead Milwaukee over Charlotte, with minority owner Michael Jordan on hand to witness his Bobcats drop their seventh straight. Milwaukee (7-3) finished the homestand 5-1 and is off to its best start since ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[5] += "
";
arnews[6]="Jordan 'wants to get married but not to Alex Reid' - Newstrack India
";
arnews[6] += "London, Nov 22 (ANI): Katie Price a.k.a Jordan is said to be looking forward to get married again but not to her cage-fighter beau Alex Reid. She has confessed that Reid, whom she has been dating since July, is not the man for her despite earlier ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 06:35:00 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("