var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Carrie Underwood Retains No. 1 Album Title With Play On
"; arnews[0] += "Lady Antebellum Steps to the Top via \"Need You Now\" November 21, 2009; Written by Edward Morris Carrie Underwood Carrie Underwood 's Play On is spending its second straight week at the peak of Billboard 's country albums chart."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:48:37 GMT"; arnews[0] += "
"; arnews[1]="Redneck character becomes Internet gold for comedian
"; arnews[1] += "Steve may be a white trash redneck, but he's been good to Marc Ryan. Just don't confuse the character with the comedian."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Las Vegas to go country with Garth Brooks, Trace Adkins and Randy Travis
"; arnews[2] += "Trace Adkins at the Academy of Country Music Awards at MGM Grand Garden Arena in Las Vegas on April 5, 2009."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:38:00 GMT"; arnews[2] += "
"; arnews[3]="Weeked Watch: Rodney Carrington and Native American Music Festival
"; arnews[3] += "Guitarist Mato plays the Native American Music Festival on Saturday at the Shooting Star Casino in Mahnomen, Minn."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 09:43:44 GMT"; arnews[3] += "
"; arnews[4]="Rodney Carrington to Return to Marina Civic Center
"; arnews[4] += "Multi-talented comedian, actor and writer Rodney Carrington will return to Panama City for a performance at Marina Civic Center on Friday, March 19th."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:10:52 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("
");document.write("
");