var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Access Star Sightings: November 13 - 19, 2009 - Access Hollywood
"; arnews[0] += "Friday, November 13, in Las Vegas: Melissa Rycroft celebrating her bachelorette party at LAVO inside the Palazzo, while fiance Tye Strickland enjoyed a guys’ night at TAO inside The Venetian. And in New York: James Van Der Beek at JFK airport ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:04:00 GMT"; arnews[0] += "
"; arnews[1]="Them Crooked Vultures Impress Slash in L.A. - S spinner
"; arnews[1] += "\"Ladies and gentlemen!\" was Homme's opening greeting to the crowd -- which included actor Breckin Meyer and Homme's wife, Brody Dalle -- before he provided an introduction. \"We're a new band called Them Crooked Vultures and we're gonna have a good ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:03: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("
");