var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cove and lake star in trailer for Hollywood film
";
arnews[0] += "Essex has hit the small screen seven months before it hits the big screen next summer.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:30:34 GMT";
arnews[0] += "
";
arnews[1]="Gay couple hopes wedding sets precedent in Argentina
";
arnews[1] += "Two Argentine men who will soon wed in Latin America's first legal same-sex marriage hope it will pave the way for other homosexual couples in Argentina to marry.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:32:30 GMT";
arnews[1] += "
";
arnews[2]="Opening this Week: For movies opening November 25, 2009
";
arnews[2] += "Kam's Kapsules: Weekly Previews That Make Choosing a Film FunA A A BIG BUDGET FILMS Ninja Assassin Korean singing sensation Rain stars as the title character in this high body-count, martial arts saga about a renegade from a secret society of trained killers forced to fight his former comrades when they trail him from the Far East to Berlin.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:11:02 GMT";
arnews[2] += "
";
arnews[3]="Nutmeg State of Mind
";
arnews[3] += "The Private Lives of Pippa Lee Connecticut Film Festival. Sat., Nov. 21. Palace Theater, 165 Main St., Danbury.";
arnews[3] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Web Exclusive: Nutmeg State of Mind
";
arnews[4] += "The Private Lives of Pippa Lee Connecticut Film Festival. Sat., Nov. 21. Palace Theater, 165 Main St., Danbury.";
arnews[4] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Argentine Judge Approves First Gay Marriage in Latin America
";
arnews[5] += "Last week, an Argentinean Judge granted the first same sex marriage license in Latin America to two men, Jose Maria Di Bello and Alex Freyre.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:43:13 GMT";
arnews[5] += "
";
arnews[6]="The Yellow Handkerchief Movie Trailer
";
arnews[6] += "Watch the official movie trailer for the upcoming film \"The Yellow Handkerchief\" by director Udayan Prasad and starring Kristen Stewart , Maria Bello and William Hurt .";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 22:11:13 GMT";
arnews[6] += "
";
totcount = 7;
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("