var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Basterds’ at Majestic - Sri Lanka Sunday Times
";
arnews[0] += "Produced by Lawrence Bender, the film stars Brad Pitt, Melanie Laurent, Christoph Waltz, Eli Roth, Til Schweiger, Daniel Bruhl, Diane Kruger, Michael Fassbender, Mike Myers and B.J. Novak. Tarantino announced his arrival on the film scene with a ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:15:00 GMT";
arnews[0] += "
";
arnews[1]="Woman arrested for assaulting Gloucester man with baseball bat while ... - WTKR
";
arnews[1] += "For many, \"trick or treat\" is just a catch phrase that comes around every Halloween. Nathan Matter says this year, it took on a whole new meaning, right after he heard a knock at the door. As soon as Matter opened up the door, he got mased in the ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:27:00 GMT";
arnews[1] += "
";
arnews[2]="12 To See In October - Entertainment.uk.msn.com
";
arnews[2] += "Try a triple dose of horror: Mike Myers is back on the rampage, Old Boy’s director is taking a bite out of Twilight fans and Woody Harrelson just wants to kill zombies.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:49:00 GMT";
arnews[2] += "
";
arnews[3]="Here's to the Ladies Who Lunch - Playbill
";
arnews[3] += "Kate Baldwin, who co-stars in the Broadway revival of Finian's Rainbow , will perform at the Nov. 20 benefit for Citymeals-on-Wheels in Manhattan. The by-invitation-only event, which will be held at noon at Cipriani 42nd Street, will boast nearly 100 ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:33:00 GMT";
arnews[3] += "
";
arnews[4]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch ... - Cleveland Plain Dealer
";
arnews[4] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do. They haul out the carefully stored old favorites and try to place them where ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[4] += "
";
arnews[5]="Seton Hall knocks off Monmouth 87-72 - Seattle Post Intelligencer
";
arnews[5] += "WEST LONG BRANCH, N.J. -- Jeremy Hazell scored 26 points and Herb Pope had 15 points and 17 rebounds to lift Seton Hall to an 87-72 victory over Monmouth on Sunday. Hazell scored eight points during a 21-4 run to close the first half, including a 3 ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:55: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("