var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Austin Celebrity Roundup
"; arnews[0] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:15:52 GMT"; arnews[0] += "
"; arnews[1]="The secret hotels of the stars
"; arnews[1] += "If you've ever dreamed of sampling the same pleasures the rich and famous enjoy, here are a handful of the exclusive hotels they favour when they want to get away from it all."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:38:46 GMT"; arnews[1] += "
"; arnews[2]="Hollywood's winter wonderland
"; arnews[2] += "Thank you for the movie summaries. I found them to be an easy read: well-written, brief, and to the point."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 06:23:54 GMT"; arnews[2] += "
"; arnews[3]="Movies: New Moon Casts Spell Over - Twi-Hards'
"; arnews[3] += "Tweens across the nation are salivating over Chapter 2 in the ongoing Twilight story a year after the vampire romance struck box office gold to the tune of $384 million in worldwide ticket sales."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:49:11 GMT"; arnews[3] += "
"; arnews[4]="Fantastic Mr. Fox
"; arnews[4] += "Release Date: November 25, 2009 Director: Wes Andersona Writer: Roald Dahl , Wes Anderson and Noah Baumbach a Starring: George Clooney, Meryl Streep, Bill Murray, Adrien Brody, Owen Wilson, Willem Dafoe, Jason Schwartzman, Brian Cox, Michael Gambon, Anjelica Huston a Studio/Run Time: Twentieth Century Fox, 87 min."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:02:59 GMT"; arnews[4] += "
"; arnews[5]="The 25 Best Movie Performances of the Decade
"; arnews[5] += "Sometimes, a good actor can make a bad script tolerable and mediocre script enjoyable."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 13:51:48 GMT"; arnews[5] += "
"; totcount = 6; 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("
");