var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="East Quogue community notes, February 11
";
arnews[0] += "I am not a big fan of 24/7 availability and, with the exception of my sons, no one has my cell phone number.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:39:06 GMT";
arnews[0] += "
";
arnews[1]="Gaspard Ulliel Post
";
arnews[1] += "I'm like ooh, who is this guy? I click, I'm now disappointed. Also, I would love to be an extra in one of these period movies, just to wear one of those dresses.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 21:41:04 GMT";
arnews[1] += "
";
arnews[2]="More film releases reviewed this week
";
arnews[2] += "The Boys are Back A widower struggles to raise his young son in Scott Hicks's moving drama, based on the emotionally devastating memoir of Simon Carr.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 09:30:00 GMT";
arnews[2] += "
";
arnews[3]="Film review: The Sea Wall
";
arnews[3] += "THE SEA WALL ** DIRECTED BY: RITHY PANH STARRING: ISABELLE HUPPERT, GASPARD ULLIEL, ASTRID BERGES-FRISBE, RANDAL DOUC THERE'S something a bit staid and clunky about this otherwise handsome period film examining the complexities of imperialism in 1930s French Indochina.";
arnews[3] += "
Publ.Date : Fri, 08 Jan 2010 00:38:32 GMT";
arnews[3] += "
";
arnews[4]="The Beautiful Gaspard Ulliel
";
arnews[4] += "He's getting older? It's hard to keep that baby face for much longer. Only Chris Pine has that sort of gift.";
arnews[4] += "
Publ.Date : Fri, 27 Nov 2009 18:29:15 GMT";
arnews[4] += "
";
arnews[5]="More releases this week...
";
arnews[5] += "WE all want to do the right thing, but few of us ever put ourselves on the line for the sake of a greater good.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:30: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("