var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Access Star Sightings: October 23 - 29, 2009 - Access Hollywood
"; arnews[0] += "Saturday, October 24, in Las Vegas : Jennifer Morrison and her boyfriend, “Prison Break” star Amaury Nolasco, dining on swordfish, sea bass, orange chicken and lobster wontons at TAO Asian Bistro… also at the restaurant, Stephen Dorff heading ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:08:00 GMT"; arnews[0] += "
"; arnews[1]="In Pictures: 'Star Trek DVD Los Angeles Release Party' - Monsters and Critics
"; arnews[1] += "Zachary Quinto attending the \"Star Trek\" DVD Los Angeles release party at the Griffith Observatory in Los Angeles. Photo copyright by Carl Can Wagoner / PR Photos. Karl Urban attending the \"Star Trek\" DVD Los Angeles release party at the Griffith ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:17:00 GMT"; arnews[1] += "
"; arnews[2]="Celeb Recap: Fight night brings out the stars - Las Vegas Weekly
"; arnews[2] += "Sean “P.Diddy” Combs makes a promotional appearance for his new group Dirty Money and Ciroc Vodka at the Hard Rock Cafe on the Strip, Nov. 14, 2009. Photo: Scott Harrison/Retna/ www.harrisonphotos.com If this weekend proved anything, it's that ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 20:11:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");