var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="PHOTOlulu: Green Aloha Concert: Jasmine Trias (That's What Friends Are For)
"; arnews[0] += "Green Aloha Concert: Jasmine Trias (That's What Friends Are For) -"; arnews[0] += "
"; arnews[1]="Rick Saake: John Ascuaga's Nugget presents Society of Seven with Jasmine Trias on Nov 27 & 28 at 8PM http://is.gd/4O2PI #renoevents
"; arnews[1] += "John Ascuaga's Nugget presents Society of Seven with Jasmine Trias on Nov 27 & 28 at 8PM"; arnews[1] += "
"; arnews[2]="PHOTOlulu: RT @JasManiac The Society of Seven with Jasmine Trias - 11/06– 12/27 - Gold Coast Showroom, Las Vegas - Every Fri-Sun - http://j.mp/jassos
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="PHOTOlulu: RT @JasManiac Las Vegas Sun: Former ‘Idol’ Jasmine Trias joins her childhood idols (Society of Seven) - http://j.mp/2BkzJ8
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="PHOTOlulu: Viva Jas Vegas! Jasmine Trias Performs With The Society Of Seven In Las Vegas
"; arnews[4] += "Viva Jas Vegas! Jasmine Trias Performs With The Society Of Seven In Las Vegas -"; 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("
");