var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NOTE-WORTHY
";
arnews[0] += "I am asking the member of parliament for East Rural St Andrew to fix the road in a district called Dublin Castle.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:55:31 GMT";
arnews[0] += "
";
arnews[1]="End away-day torment
";
arnews[1] += "WEYMOUTH captain Scott Brice does not want to be liked on the football field and has demanded his team all start showing a mean streak in a bid to turn around their away-day fortunes.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 16:59:29 GMT";
arnews[1] += "
";
arnews[2]="Timely Boost: Scott Brice
";
arnews[2] += "WEYMOUTH captain Scott Brice does not want to be liked on the football field and has demanded his team all start showing a mean streak in a bid to turn around their away-day fortunes.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 09:26:23 GMT";
arnews[2] += "
";
arnews[3]="Food tourism coming to T&T's plate
";
arnews[3] += "Melba Dedier, Permanent Secretary in the Ministry of Tourism, left, and Ernest Littles, , President/Director of Tourism Development pose with the 2010 National Culinary Team due to compete in Puerto Rico, at the Food and Beverage Competition Awards Ceremony at Hyatt Regency Hotel, Port-of-Spain Ballroom, Wrightson Road, Port-of-Spain. Among them ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:28:11 GMT";
arnews[3] += "
";
arnews[4]="Grimpo-Southard wedding
";
arnews[4] += "Jessica Grimpo, of Carrollton, and Dustin Southard, of Sedalia, were married at 3 p.m. June 21, 2009, at St.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 23:11:54 GMT";
arnews[4] += "
";
arnews[5]="Controversial official leaves Pirates bemused at Bedford
";
arnews[5] += "A CONTROVERSIAL try from Bedford Blues' No.8 Chris Goodman early in the second half proved decisive, as both teams fought each other to a standstill in a scrappy match at Goldington Road, writes Dick Straughan.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 12:10:56 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("