var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebs funnier than they know
"; arnews[0] += "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[0] += "
Publ.Date : Tue, 02 Feb 2010 08:00: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]="Having fun with celebs' autobiographies
"; arnews[2] += "\"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[2] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Where Them Dollas At?
"; arnews[3] += "Since his divorce from Star Jones became final Al Reynolds has been gallivanting around Miami like he just pulled a get out of jail free card out his twat."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Comments
"; arnews[4] += "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[4] += "
Publ.Date : Thu, 04 Feb 2010 02:46:36 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("
");