var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="LadyJava: New Post: Music Monday: What a Beautiful Day (Chris Cagle)**: I was looking at videos on youtube and I.. http://bit.ly/18DFNk
"; arnews[0] += "New Post: Music Monday: What a Beautiful Day (Chris Cagle)**: I was looking at videos on youtube and I.."; arnews[0] += "
"; arnews[1]="RT @tweetmeme Music Monday:Lovin' You Lovin' Me (Chris Cagle)** | LadyJava Life's Pages http://bit.ly/2Tm8bn
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="RT @tweetmeme Music Monday: What a Beautiful Day (Chris Cagle)** | LadyJava's Lounge http://bit.ly/2UXWdP
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="New Post: Music Monday: What a Beautiful Day (Chris Cagle)**: I was looking at videos on youtube and I.. http://bit.ly/18DFNk
"; arnews[3] += "New Post: Music Monday: What a Beautiful Day (Chris Cagle)**: I was looking at videos on youtube and I.."; arnews[3] += "
"; arnews[4]="LadyJava: New Post: Music Monday:Lovin' You Lovin' Me (Chris Cagle)**: Don't you just love country song?! Contin.. http://bit.ly/4rNYwy
"; arnews[4] += "New Post: Music Monday:Lovin' You Lovin' Me (Chris Cagle)**: Don't you just love country song?! Contin.."; 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("
");