var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audrina Patridge Signs on as Host of the Talent Contest Network YOBI ... - Consumer Electronics Net
";
arnews[0] += "\"There is so much undiscovered talent out there,\" says Patridge. \"I am excited to take part in such a dynamic platform that will give opportunity to so many.\" She joins eighth-season American Idol finalist, Matt Giraud, who has been tapped to host ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:03:00 GMT";
arnews[0] += "
";
arnews[1]="Birthdays for Friday, Feb. 5 - Deseret News
";
arnews[1] += "Country singer Claude King is 87. Actor Stuart Damon is 73. Writer-producer Stephen J. Cannell is 69. Singer-songwriter Barrett Strong is 69. Actor David Selby (\"Dark Shadows,\" \"Falcon Crest\") is 69. Singer Cory Wells of Three Dog Night is 68. Singer ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 04:16:00 GMT";
arnews[1] += "
";
arnews[2]="Today's Birthdays February 5 - digtriad.com
";
arnews[2] += "Country singer Sara Evans is 39. Actor Jeremy Sumpter is 21.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 03:12:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays for February 5 - Pioneer Press
";
arnews[3] += "Country singer Claude King is 87. Actor Stuart Damon is 73. Writer-producer Stephen J. Cannell is 69. Singer-songwriter Barrett Strong is 69. Actor David Selby (\"Dark Shadows,\" \"Falcon Crest\") is 69. Singer Cory Wells of Three Dog Night is 68. Singer ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:03:00 GMT";
arnews[3] += "
";
arnews[4]="This day in history - San Mateo Daily Journal
";
arnews[4] += "In 1631, the co-founder of Rhode Island, Roger Williams, and his wife, Mary, arrived in Boston from England. In 1783, Sweden recognized the independence of the United States. In 1811, George, Prince of Wales, was named the Prince Regent due to the ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:33:00 GMT";
arnews[4] += "
";
arnews[5]="Search Observer-Reporter - Observer-Reporter
";
arnews[5] += "Actor Jeremy Sumpter is 21. Thought for Today: \"The greater the philosopher, the harder it is for him to answer the questions of common people.\" -- Henryk Sienkiewicz, Polish author (1846-1916).";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:19: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("