var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Shy guy at Sam's has tasted big time
"; arnews[0] += "Colin Ferguson has come a long way for a guy who for years was \"painfully shy\" and once washed dishes at Sam's Deli."; arnews[0] += "
Publ.Date : Mon, 29 Oct 2007 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="826NYC Fashion Show and Benefit
"; arnews[1] += "McSweeney's , the youthful bi-coastal publishing house, is one of the more prolific enterprises out there, having put out dozens of books, a quarterly journal, and monthly magazine The Believer , all within the last few years."; arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 01:51:05 GMT"; arnews[1] += "
"; arnews[2]="Bestselling books, week of 1/14/10, according to IndieBound*
"; arnews[2] += "HARDCOVER FICTION 1. The Help, by Kathryn Stockett, Amy Einhorn Books/Putnam 2. The Girl Who Played With Fire, by Stieg Larsson, Knopf 3. The Lacuna, by Barbara Kingsolver, Harper 4. Noah's Compass, by Anne Tyler, Knopf 5. Wolf Hall, by Hilary Mantel, Holt 6. Half Broke Horses, by Jeannette Walls, Scribner 7. Too Much Happiness, by Alice Munro, ..."; arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 14:49:29 GMT"; arnews[2] += "
"; arnews[3]="Comedy Central(R) Hires Kent Alterman as Head of Original Programming and Production
"; arnews[3] += "Companies: Viacom, Inc. On Thursday January 14, 2010, 11:00 am EST NEW YORK , /PRNewswire/ -- COMEDY CENTRAL has named Kent Alterman head of original programming and production, it was announced by Doug Herzog , president MTV Networks' Entertainment Group and Michele Ganeless , president, COMEDY CENTRAL."; arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 19:51:20 GMT"; arnews[3] += "
"; arnews[4]="Comedy Central Names Alterman Head Of Programming
"; arnews[4] += "Kent Alterman has been named head of programming for Comedy Central. He is replacing former programming chief Lauren Corrao, who left the network at the end of 2009."; arnews[4] += "
Publ.Date : Thu, 14 Jan 2010 16:16:05 GMT"; arnews[4] += "
"; arnews[5]="Jennifer's Body
"; arnews[5] += "Our review of Jennifer's Body , published December 23rd, 2009, is also available."; arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 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("
");