var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
"; arnews[0] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT"; arnews[0] += "
"; arnews[1]="A night in the life of Linden MacIntyre
"; arnews[1] += "'I know, I know. I'm pushing the boundaries here, becauseIknow what television is all about.\" That was Giller catcher Linden MacIntyre, on Tuesday, standing before a Valhalla's worth of cultural prognosticators, power-peddlers and society sticklers."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 15:57:39 GMT"; arnews[1] += "
"; arnews[2]="Movies:
"; arnews[2] += "Readers versus critics Who is your favorite Scrooge? Total votes: 824 SFGate.com readers Alastair Sim , 34 percent Bill Murray , 24 percent Reginald Owen , 16 percent Scrooge... Review: Tuning into 'Pirate Radio' Mick LaSalle, Chronicle Movie Critic Pirate Radio RATING: Nostalgic comedy."; arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Dali Good
"; arnews[3] += "With Surrealism the theme at this year's Apollo Circle Benefit, the mood inside the Met last night was a dreamy mix of glamour and whimsy."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 05:00:00 GMT"; arnews[3] += "
"; arnews[4]="Peter Davis' Status Update: My Drinks with Andres
"; arnews[4] += "Last night, the divine Andre Saraiva hosted a party with Andre Balazs at the place formerly known as The Boom Boom Room ."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 00:14:44 GMT"; 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("
");