var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Tom Hooper: @Miranda_Lambert that's what Im thinking!
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="May the beat downs continue. Ahhhhhhhh he's getting all he deserves! And I just get to enjoy it. http://yfrog.com/37z5dj
"; arnews[1] += "May the beat downs continue. Ahhhhhhhh he's getting all he deserves! And I just get to enjoy it."; arnews[1] += "
"; arnews[2]="Word Traveler: @Miranda_Lambert Grow your own herd!!Cow seeds.The ultimate gift for that little Texan who wants an interactive experience.Give me that Wink
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="vic: In an odd mood, listening 2 female country music. Hot blonde Miranda Lambert says: "cheatin really ain't a crime" http://twitpic.com/qnag3
"; arnews[3] += "In an odd mood, listening 2 female country music. Hot blonde Miranda Lambert says: \"cheatin really ain't a crime\""; arnews[3] += "
"; arnews[4]="fresh tabs: Miranda Lambert-Jack Daniels Chords http://digg.com/u1Guaj
"; arnews[4] += "Miranda Lambert-Jack Daniels Chords"; 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("
");