var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SHORT TAKES - Daily Oklahoman
";
arnews[0] += "Actress Lisa Eichhorn , 58. →Singer Tim Booth (James), 50. →Country singer Clint Black , 48. → Guitarist Noodles (The Offspring), 47. →Country bassist Dave Buchanan (Yankee Grey), 44. → \" Daily Show ” correspondent Rob Corddry , 39. →";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 21:58:00 GMT";
arnews[0] += "
";
arnews[1]="SHORT TAKES - Daily Oklahoman
";
arnews[1] += "→Drummer John Steel (The Animals), 69. →Singer Florence LaRue (Fifth Dimension), 66. →Singer Alice Cooper , 62. →Actor Michael Beck , 61. →Actress Lisa Eichhorn , 58. →Singer Tim Booth (James), 50. →Country singer Clint Black , 48 ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 21:58:00 GMT";
arnews[1] += "
";
arnews[2]="Birthdays for Thursday, Feb. 4 - Deseret News
";
arnews[2] += "Singer Alice Cooper is 62. Actor Michael Beck is 61. Actress Lisa Eichhorn is 58. Singer Tim Booth of James is 50. Country singer Clint Black is 48. Guitarist Noodles of The Offspring is 47. Country bassist Dave Buchanan of Yankee Grey is 44. \"";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:34:00 GMT";
arnews[2] += "
";
arnews[3]="February 4: Celebrity Birthdays - Today's THV
";
arnews[3] += "Actor William Phipps is 88. Actor Conrad Bain from \"Diff'rent Strokes\" is 87. Actor Gary Conway from \"Burke's Law\" is 74. Movie director George A. Romero is 70. Drummer John Steel of The Animals is 69. Singer Florence LaRue of the Fifth Dimension is ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 15:01:00 GMT";
arnews[3] += "
";
arnews[4]="Today's Birthdays February 4 - digtriad.com
";
arnews[4] += "Rock singer Alice Cooper is 62. Actor Michael Beck is 61. Actress Lisa Eichhorn is 58. Football Hall-of-Famer Lawrence Taylor is 51. Rock singer Tim Booth is 50. Rock musician Henry Bogdan is 49. Country singer Clint Black is 48. Rock musician ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 03:13:00 GMT";
arnews[4] += "
";
arnews[5]="LIFE'S A GAMBLE - Hattiesburg American
";
arnews[5] += "Stage Bar entertainment includes: Louisiana Express, Feb. 12-13; Blackened Blues Band, Feb. 19-20 ... Check out the resort's lounges including Xenon, Blue Note Lounge and the Starlight Lounge. Country superstar Clint Black will perform at the Silver ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 12:24: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("