var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Narrows DVD Review
";
arnews[0] += "A slice of life mobster tale about bottom feeder Bay Ridge Brooklyn hustlers in the shadow of the Verrazano Bridge, The Narrows manages to be both lyrical and brutal.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:25:12 GMT";
arnews[0] += "
";
arnews[1]="CSI: NY Murder Mystery: Is Kim Kardashian the Killer?
";
arnews[1] += "Those Kardashians sure know how to drum up some mighty big ratings , so why wouldn't a prime-time series want in on the action? E!'s reigning reality queen Kim Kardashian is working her acting chops in an upcoming episode of CSI: NY , and we were there to see all the action - including some additional guests like former MTV VJ Vanessa Minnillo and ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Dillon and Fahey to the fore as Aherlow go the distance
";
arnews[2] += "By Jackie Cahill Aherlow 3-20 Tourin/Glen Rovers 2-15 (after extra-time; sides level at 2-12 apiece after 60 minutes.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:54:54 GMT";
arnews[2] += "
";
arnews[3]="Green Hornets: Hornets defeat Crofton in 13U Division 3 semifinal
";
arnews[3] += "When the No. 1 Green Hornets 13U Division 3 football team was tied with No. 4 Crofton, 2-2, at halftime during the semifinal at Severna Park High School, the Hornets realized that a berth in the championship game would not be handed to them for free.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 19:27:04 GMT";
arnews[3] += "
";
arnews[4]="Launch of new Holy Trinity PS play area
";
arnews[4] += "HOLY Trinity Primary School officially opened its new school garden and nursery outdoor play area at a special ceremony held on Tuesday, October 27 .";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Banks accused of cashing in on crisis
";
arnews[5] += "Serious cash flow problems are developing at farm level and the situation is likely to get worse as the winter progresses, the main farm organisations have warned.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 13: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("