var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Sheryl Crow Slams Salazar’s Wild Horse Plan
"; arnews[0] += "Sheryl Crow Slams Salazar’s Wild Horse Plan -"; arnews[0] += "
"; arnews[1]="DNC State Blogger Corps: Sheryl Crow Slams Salazar’s Wild Horse Plan
"; arnews[1] += "Sheryl Crow Slams Salazar’s Wild Horse Plan -"; arnews[1] += "
"; arnews[2]="Melanie De Bruyn: I favorited a YouTube video -- Can't Cry Anymore - Sheryl Crow http://www.youtube.com/watch?v=bVF3dGSEeLU&feature=autoshare_twitter
"; arnews[2] += "I favorited a YouTube video -- Can't Cry Anymore - Sheryl Crow"; arnews[2] += "
"; arnews[3]="Melanie De Bruyn: I favorited a YouTube video -- Sheryl Crow - Run, Baby, Run: 2009 Remastered - Dolby Stereo http://bit.ly/08bjI8l
"; arnews[3] += "I favorited a YouTube video -- Sheryl Crow - Run, Baby, Run: 2009 Remastered - Dolby Stereo"; arnews[3] += "
"; arnews[4]="Northwest Fire: RT @highcountrynews: Sheryl Crow rallies against wild horse roundups: http://www.sltrib.com/news/ci_13846742
"; arnews[4] += "RT @"; 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("
");