var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Wine Library: Now listening to Alicia Keys "try Sleeping with a broken heart" I like it, feels very 80's to me and that is a good good thing!
"; arnews[0] += "Now listening to Alicia Keys \"try Sleeping with a broken heart\" I like it, feels very 80's to me and that is a good good thing!"; arnews[0] += "
"; arnews[1]="Johnny John Peters: Alicia Keys - Artwork for 'The Element of Freedom' x 1 HQ http://is.gd/52cmw
"; arnews[1] += "Alicia Keys - Artwork for 'The Element of Freedom' x 1 HQ"; arnews[1] += "
"; arnews[2]="BeautyPassion: Alicia Keys at AMA's - Tippi Shorter for Hair How-To
"; arnews[2] += "Alicia Keys at AMA's - Tippi Shorter for Hair How-To -"; arnews[2] += "
"; arnews[3]="Kevin Smith: @KariAnnAlysis I feel like throwing the towel in at this point. Maybe Alicia Keys will respond to my marriage proposals and we RUNNOFT lol
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="Courtz08: Alicia Keys "it doesn't mean anything" has the same thing as "if I ain't got you"
"; arnews[4] += "Alicia Keys \"it doesn't mean anything\" has the same thing as \"if I ain't got you\""; 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("
");