var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Access Star Sightings: November 13 - 19, 2009 - Access Hollywood
"; arnews[0] += "Saturday, September 26, in Las Vegas: Melissa Rycroft with fiance Tye Strickland dining at the TAO Asian Bistro, as were “Dancing With the Stars” evictee Macy Gray and Los Angeles Laker Derek Fisher. And in LA: Joe Jonas in a pink tank top ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT"; arnews[0] += "
"; arnews[1]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009' - LA
"; arnews[1] += "... Hollywood hotties, the biggest draw of the night was the True Religion swag table, where celebs like Rachael Leigh Cook, Ali Landry, Bridget Marquadt, Julie Benz, Whitney Port, and Kevin McHale grabbed up jeans, hoodies and perfumes. As ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:43:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");