var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today's Birthdays November 17 - digtriad.com
";
arnews[0] += "Sen. James Inhofe (R-Okla.) is 75. Rock musician Gerry McGee (The Ventures) is 72. Singer Gordon Lightfoot is 71. Singer-songwriter Bob Gaudio is 68. Movie director Martin Scorsese is 67. Actress Lauren Hutton is 66. Actor-director Danny DeVito is 65 ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:21:00 GMT";
arnews[0] += "
";
arnews[1]="Entertainment short takes - Daily Oklahoman
";
arnews[1] += "→Singer Gordon Lightfoot , 71. →Movie director Martin Scorsese , 67. →Actress Lauren Hutton , 66. → \" Saturday Night Live ” producer Lorne Michaels , 65. →Actor-director Danny DeVito , 65. →Actor Stephen Root (\"King of the Hill ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Today in History - Nov. 17 - WTOP Radio
";
arnews[2] += "(AP) - Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year. Today's Highlight in History: On Nov. 17, 1800, Congress held its first session in Washington in the partially completed Capitol building. On this date: In ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:22:00 GMT";
arnews[2] += "
";
arnews[3]="Good Morning! - KWTX
";
arnews[3] += "Rock musician Ben Wilson (Blues Traveler) is 42. Actor Leonard Roberts is 37. Actress Leslie Bibb is 36. Actor Brandon Call is 33. Country singer Aaron Lines is 32. Actress Rachel McAdams is 31. Rock musician Isaac Hanson (Hanson) is 29.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="Today in History - ReporterHerald.com
";
arnews[4] += "Rock musician Isaac Hanson (Hanson) is 29. Actor Justin Cooper is 21. Actress Raquel Castro is 15.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 10:01:00 GMT";
arnews[4] += "
";
totcount = 5;
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("