var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="News
";
arnews[0] += "Government shames Malta over climate change targets - AD - Today, 11:59 Alternattiva Demokratika has expressed it dismay at Malta's opposition to an EU-wide commitment to raise the cut emissions from 20 to 30 per cent... PL elects executive committee - Today, 10:44 The members of the Labour Party's national executive were elected yesterday with ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 11:04:16 GMT";
arnews[0] += "
";
arnews[1]="Radiohead Drummer Phil Selway Announces Tour
";
arnews[1] += "Radiohead singer Thom Yorke did it . Guitarist Jonny Greenwood did it , too. And next month, Phil Selway will become the third member of Radiohead to branch out from the band with a solo effort.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 19:10:42 GMT";
arnews[1] += "
";
arnews[2]="Announcements
";
arnews[2] += "CASOLANI. On January 9, at Mater Dei Hospital, JOSEPHINE, ne Camilleri, widow of Maurice, aged 87, passed away peacefully comforted by the rites of Holy Church.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 12:38:11 GMT";
arnews[2] += "
";
arnews[3]="Hedgesville girls top James Wood
";
arnews[3] += "Katie LeBorious, Greysen Brooks and Tyana Monette paced Hedgesville to a 62-56 win against James Wood, Va., on Monday.";
arnews[3] += "
Publ.Date : Tue, 05 Jan 2010 10:40:28 GMT";
arnews[3] += "
";
arnews[4]="Jefferson boys, girls sweep swim ac.....
";
arnews[4] += "Jefferson swept Monday's swim action against Massanutten Academy, Va. The Cougar girls won 81-8 to move their dual-meet record to a perfect 5-0. The Cougar boys won 57-27 to move their dual-meet record to 2-3. In girls action, Jefferson's Martha Michelson won the 200-yard freestyle in 2 minutes, 13.72 seconds.";
arnews[4] += "
Publ.Date : Tue, 15 Dec 2009 11:40:40 GMT";
arnews[4] += "
";
arnews[5]="Rockland people in the news
";
arnews[5] += "CLARKSTOWN: Eric Kohlmeier of New City, afinancial adviser with Wells Fargo Advisors in Park Ridge, N.J., was named one of the 50 top financial advisers in the country by Bank Investment Consultant magazine.";
arnews[5] += "
Publ.Date : Sun, 13 Dec 2009 08: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("