var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Big Apple Comic Con
"; arnews[0] += "The Big Apple Comic Con is underway this weekend. It wraps up Sunday at Pier 94 in Midtown."; arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Hungerthon Items
"; arnews[1] += "It's that time of year again! WCBS Newsradio 880 is proud to be working with the World Hunger Year organization for Hungerthon 2009 ."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:56:51 GMT"; arnews[1] += "
"; arnews[2]="Reeling: The Chicago Lesbian & Gay International Film Festival
"; arnews[2] += "Presented by Chicago Filmmakers, the 28th Reeling festival continues Thursday through Sunday, November 12 through 15, at Chicago Filmmakers, Columbia College Film Row Cinema, Landmark's Century Centre, and the Music Box."; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Review: 'Looking For Palladin'
"; arnews[3] += "Finding Ben Gazzara in a heartfelt role!!! Thursday, October 29, 2009 Reviewed by Shelli Sonstein - Clear Channel This is a movie for adults- the kind Hollywood rarely makes anymore- a movie about the life and relationship choices we make in life."; arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="the Sopranos - Gandolfini 'Threatens Paparazzo'
"; arnews[4] += "Caption: Former star of ' The Sopranos ', Vincent Pastore, left and comedian Joe Piscopo perform during the Upper Ohio Valley Italian Festival Wheeling, West Virginia .... GANDOLFINI 'THREATENS PAPARAZZO' THE SOPRANOS star JAMES GANDOLFINI has been caught on camera allegedly threatening a paparazzo."; arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 22:37:10 GMT"; arnews[4] += "
"; arnews[5]="Review: 'Looking For Palladin'
"; arnews[5] += "Finding Ben Gazzara in a heartfelt role!!! Thursday, October 29, 2009 Reviewed by Shelli Sonstein - Clear Channel This is a movie for adults- the kind Hollywood rarely makes anymore- a movie about the life and relationship choices we make in life."; arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 07: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("
");