var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Refugio County residents love their public library
";
arnews[0] += "The Texas Library Association reported this week that Texans love their libraries.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 06:20:03 GMT";
arnews[0] += "
";
arnews[1]="Tyler Perry's 'Why Did I Get Married Too' Movie Gets First Teaser Trailer
";
arnews[1] += "Tyler Perry's \"Why Did I Get Married Too\" movie gets first teaser trailer . Tyler Perry has again teamed up with Lionsgate to bring you a sequel to \"Why Did I get Married,\" entitled , \"Why Did I Get Married Too.\" It stars: Tyler Perry, Sharon Leal, Janet Jackson, Malik Yoba, Jill Scott, Lamman Rucker, Richard T. Jones, Tasha Smith, Michael J.";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 23:30:03 GMT";
arnews[1] += "
";
arnews[2]="On October 17, 1931, mobster Al Capone was convicted of income tax evasion
";
arnews[2] += "Today is Saturday, Oct. 17, the 290th day of 2009. There are 75 days left in the year.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays
";
arnews[3] += "Today's Birthdays: Actress Marsha Hunt is 92. Actress Julie Adams is 83. Newspaper columnist Jimmy Breslin is 79.";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 20:23:49 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Saturday, Oct. 17, the 290th day of 2009. There are 75 days left in the year.";
arnews[4] += "
Publ.Date : Sat, 17 Oct 2009 16:08:55 GMT";
arnews[4] += "
";
arnews[5]="Today in History - Saturday, Oct. 17, 2009
";
arnews[5] += "Today's Highlight in History: Today's Highlight in History: On Oct. 17, 1989, an earthquake measuring magnitude 7.1 struck northern California, killing 63 people and causing $6 billion worth of damage.";
arnews[5] += "
Publ.Date : Sat, 17 Oct 2009 14:08:28 GMT";
arnews[5] += "
";
arnews[6]=".com's Daybreak: Oct. 16, 2009
";
arnews[6] += "Hello, Santa Clarita Valley! Welcome to The-Signal.com's Daybreak, your point of entry for the day, and a quick journey through the past, present and future.";
arnews[6] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Sharon Leal
";
arnews[7] += "Playing dedicated young teacher Marilyn Sudor on the David E. Kelley Fox drama \"Boston Public\" introduced beautiful African-American actress Sharon Leal to a wide audience, but she was already familiar to many thanks to.... Playing dedicated young teacher Marilyn Sudor on the David E. Kelley Fox drama \"Boston Public\" introduced beautiful ...";
arnews[7] += "
Publ.Date : Tue, 16 Dec 2008 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Garth Brooks announces Vegas shows
";
arnews[8] += "Garth Brooks is coming to The Strip. The country superstar and casino owner Steve Wynn announced that Brooks will take over the Encore theatre at Wynn Las Vegas about 15 weeks a year, perhaps for the next five years.";
arnews[8] += "
Publ.Date : Sat, 17 Oct 2009 10:54:04 GMT";
arnews[8] += "
";
totcount = 9;
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("