var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Review: 'Saturday Night Live' - Ashton Kutcher/Them Crooked Vultures
"; arnews[0] += "There was a different tone to this episode. The writing was a bit more ambitious than usual, going out on a limb a few times to tackle an idea that would require a little more work to get the laugh."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 16:33:00 GMT"; arnews[0] += "
"; arnews[1]="Celebs funnier than they know
"; arnews[1] += "The old saw about comics being so funny they could get laughs by reading the telephone book may very well be true of the eight comics who took the stage at Cobb's Saturday for one of the highlights of the ninth annual Sketchfest."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="My Big Fat Greek Wedding is way too cute
"; arnews[2] += "Warren Clements T he 2002 indie film My Big Fat Greek Wedding was a huge hit. Winnipeg-born Nia Vardalos created and honed the story as a one-woman show; she gave the film its spark."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="RISK! True Tales Boldly Told Series Cast Announcement
"; arnews[3] += "The full list of shows and accompanying cast is so awesome, we will just post it here without commentary."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 21:26:45 GMT"; arnews[3] += "
"; arnews[4]="Having fun with celebs' autobiographies
"; arnews[4] += "\"Celebrity Autobiography\" started in Los Angeles, had a special on Bravo and has become one of the in things for New York theater people to do on Monday nights - reading excerpts from other stars' books, with hilarious results."; arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Comments
"; arnews[5] += "Blog:SFGate: Culture Blog!: 56559 : How I met Neil Patrick Harris' replacement... Fine literature... My dear friend and editor of SFist , Brock Keeling and I share a birthday."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 02:46:36 GMT"; arnews[5] += "
"; arnews[6]="How I met Neil Patrick Harris' replacement...
"; arnews[6] += "How I met Neil Patrick Harris' replacement... Fine literature... My dear friend and editor of SFist , Brock Keeling and I share a birthday."; arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 20:05:28 GMT"; arnews[6] += "
"; totcount = 7; 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("
");