var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cottonelle's Roll Poll: how do you roll your toilet paper? - KSWT.com
";
arnews[0] += "Health tips to help you avoid seasonal and H1N1 flu viruses Produced for the American Red Cross - Country singer Sara Evans and the Red Cross want to help you and your family avoid seasonal and H1N1 flu viruses with these health tips.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:43:00 GMT";
arnews[0] += "
";
arnews[1]="Blake Mevis and Danny Wells Join Forces with Cauley Music Group - Melodika.net
";
arnews[1] += "... writing “Check Yes or No” for George Strait ,“These Days” for Rascal Flatts, and “Little Bit of Life” for Craig Morgan, he has also written songs for JoDee Messina, Sara Evans, John Michael Montgomery, Chris Young, Joe Diffie, Colin ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:31:00 GMT";
arnews[1] += "
";
arnews[2]="Darrell Scott: A songwriter's songwriter - Charleston Gazette
";
arnews[2] += "Travis Tritt recorded a version of \"It's a Great Day to be Alive,\" which also made it to no. 2 on the charts, and Scott worked with Sara Evans to write \"Born To Fly.\" That song went straight to no. 1. CHARLESTON, W.Va. -- If you're a country fan, the ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Alabama's Top Two Youth Volunteers Selected in 15th Annual National ... - PR Inside
";
arnews[3] += "Alison Gorrie, 17, and Rachel Stoves, 14, both of Birmingham, today were named Alabama's top two youth volunteers for 2010 by The Prudential Spirit of Community Awards, a nationwide program honoring young people for outstanding acts of volunteerism ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:51:00 GMT";
arnews[3] += "
";
arnews[4]="VIDEO/PHOTOS: From Estero gigs to Hollywood: Shelby Dressel headed for ... - Naples Daily News
";
arnews[4] += "Avon park resident Shelby Dressel grew up performing at Union Congregational Church and now she's landed in the big time, making the cut to go to Hollywood for American Idol. Her audition was featured on the January 20 episode. Photo Illustration by ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:06:00 GMT";
arnews[4] += "
";
arnews[5]="Surprise your valentine with a personalized mix tape - Tartan
";
arnews[5] += "Sometimes you just can’t find the right way to say what you feel. When looking for the magical words to say to someone special, remember this alteration of the classic Apple promotional phrase — “There’s a song for that.” Many artists have ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 20:12:00 GMT";
arnews[5] += "
";
arnews[6]="Today's Birthdays - Daily Press
";
arnews[6] += "Country singer Claude King , 87. Writer-producer Stephen J. Cannell , 69. Singer-songwriter Barrett Strong , 69. Actor David Selby (\"Dark Shadows,\" \"Falcon Crest\"), 69. Singer Cory Wells of Three Dog Night, 68. Singer Al Kooper , 66. Actress ...";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 14:17:00 GMT";
arnews[6] += "
";
arnews[7]="Birthdays for Friday, Feb. 5 - Deseret News
";
arnews[7] += "Country singer Sara Evans is 39. Actor Jeremy Sumpter (\"Peter Pan\") is 21.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 04:16:00 GMT";
arnews[7] += "
";
totcount = 8;
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("