var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="School's on 'Roadie' to 3G windfall
"; arnews[0] += "Our Lady of Mercya s Linda Dougherty says Forest Hills school got $3,000 from 'Roadie,' starrring Jill Hennessy and Ron Eldard."; arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 10:08:18 GMT"; arnews[0] += "
"; arnews[1]="School's on 'Roadie' to 3G windfall
"; arnews[1] += "Our Lady of Mercya s Linda Dougherty says Forest Hills school got $3,000 from 'Roadie,' starrring Jill Hennessy and Ron Eldard."; arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 10:08:18 GMT"; arnews[1] += "
"; arnews[2]="the Kimball Chronicles: Waiting For Budd
"; arnews[2] += "Until he was cast in the role of former light-heavyweight Terry Malloy for last summer's two-night performance of Budd Schulberg's ON THE WATERFRONT in Hoboken, Jason Cerbone's most noteworthy fight experience had come in the men's room of the Bada Bing Club, where James Gandolfini beat him within an inch of his life in a 2001 episode of \"The ..."; arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Rob Schneider
"; arnews[3] += "An elfin comic actor and writer, Rob Schneider first registered playing various high-concept characters on NBC's \"Saturday Night Live\" from 1989-1994. Schneider brought surprising charm to such limited creations as 'The.... An elfin comic actor and writer, Rob Schneider first registered playing various high-concept characters on NBC's \"Saturday ..."; arnews[3] += "
Publ.Date : Fri, 01 May 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="The race to the truth
"; arnews[4] += "Julianne Moore is a versatile actress who nonetheless specializes in a certain kind of character: women with a bravely borne sense of loss."; arnews[4] += "
Publ.Date : Mon, 12 Oct 2009 04:06:57 GMT"; arnews[4] += "
"; arnews[5]="Ghost Ship
"; arnews[5] += "Ghost Ship opens with one of the most gruesome, gratuitous, and swiftest slaughters in recent memory."; arnews[5] += "
Publ.Date : Wed, 30 Sep 2009 06:16:57 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("
");