var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Harrison Ford - Chicago Tribune
";
arnews[0] += "DURHAM, N.C. (AP) — Kyle Singler and Jon Scheyer nearly did it all for No. 9 Duke. With two other starters missing, they had to. Singler scored 20 points, Scheyer added 18 and the Blue Devils shrugged off a pair of key absences to rout North";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 02:28:00 GMT";
arnews[0] += "
";
arnews[1]="Harrison Ford honored for his altitude - 9News
";
arnews[1] += "DENVER - Harrison Ford piloted the skies of Denver this past weekend. However this time, it was not for a movie role. On Saturday, Ford, 67, was in town at the Wings Over the Rockies Air & Space Museum to receive the \"Spreading Wings\" award. The ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[1] += "
";
arnews[2]="Harrison Ford: A Hero of 'Extraordinary Measures' - 9News
";
arnews[2] += "Harrison Ford gets to play a different kind of hero in his new drama from CBS Films, 'Extraordinary Measures,' in theaters January 22. \"This is the essential story of [John's] life, and we couldn't have found a more compelling character on which to ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 22:04:00 GMT";
arnews[2] += "
";
arnews[3]="Watch: Harrison Ford Takes 'Extraordinary Measures' - ETOnline.com
";
arnews[3] += "In this emotional medical drama, Brendan and Keri are a couple whose two children are fighting a rare and fatal genetic disorder. Together, they search for a researcher -- played by Harrison -- to find a cure. CBS Films announced last month that due ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:04:00 GMT";
arnews[3] += "
";
arnews[4]="Harrison Ford: A Hero of 'Extraordinary Measures' - Daily Oklahoman
";
arnews[4] += "\"This is the essential story of [John's] life, and we couldn't have found a more compelling character on which to pin our tale,\" Harrison tells our own Mark Steines . \"Most of all it's about the complication of this guy's life and the incredible ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:04:00 GMT";
arnews[4] += "
";
arnews[5]="Real-life action hero Harrison Ford takes to the skies as pilot of his ... - Daily Mail
";
arnews[5] += "He was no stranger to daring feats when he played intrepid adventurer Indiana Jones. And even now - at the grand age of 67 - actor Harrison Ford is still up for a bit of action, as these pictures of him taking to the skies of California show. The ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 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("