var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Podcast: Our Messy, Inefficient Economy
";
arnews[0] += "We look at the world through the eyes of Matt LeBlanc, an efficiency expert , who runs around with a stopwatch and equations, trying to figure out how to eliminate waste in our economy.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:39:43 GMT";
arnews[0] += "
";
arnews[1]="Still Friends but are they still successful?
";
arnews[1] += "REJECTION, divorce, drugs and weight problems - as Jennifer Aniston celebrates her 41st birthday amid talk of a reunion film we tell of the cast's fortunes after the show ended.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:48:29 GMT";
arnews[1] += "
";
arnews[2]="Aprilia USA Alerts Dealers and Owners to Pending Recall of RSV4
";
arnews[2] += "Aprilia Italy has announced its intent to recall a limited number of RSV4 motorcycles for engine replacement.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:02:00 GMT";
arnews[2] += "
";
arnews[3]="Lions, Kats fall short at Moncton Classic
";
arnews[3] += "Leo Hayes High DQ Lions fell just short of winning the Moncton Classic boys AAA high school hockey tournament played on the weekend.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 14:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bouctouche grabs share of 2nd place
";
arnews[4] += "Bouctouche Maritime Door and Windows beat the Sackville Bud Light Combines 9-2 Saturday night at the Amherst Stadium to slip into a tie for second place in the Eastern Senior A Hockey League.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:59:22 GMT";
arnews[4] += "
";
arnews[5]="Sunday
";
arnews[5] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 07:04:49 GMT";
arnews[5] += "
";
arnews[6]="Daly boosts Lowell; Tewksbury KO's Indians
";
arnews[6] += "Robbie Daly scored 4 goals and had an assist as Lowell High secured a Division 3 North Tournament berth for the 12th straight season by posting an 8-2 victory over Tyngsboro in a Merrimack Valley/DCL Division 3 boys' hockey game yesterday at the Tsongas Center.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 15:00:36 GMT";
arnews[6] += "
";
arnews[7]="Krewe of Elks crowns royalty
";
arnews[7] += "The Krewe of Elks celebrated its 45th anniversary with the announcement of King and Queen Elk XLIV during its annual Carnival Ball at the Hattiesburg Elks Lodge.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("