var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lions, Kats fall short at Moncton Classic
";
arnews[0] += "Leo Hayes High DQ Lions fell just short of winning the Moncton Classic boys AAA high school hockey tournament played on the weekend.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 14:00:00 GMT";
arnews[0] += "
";
arnews[1]="Sports journal
";
arnews[1] += "Representatives from Soccer New Brunswick will be conducting a public forum in Saint John Sunday seeking input as they develop a strategic plan to address the pressing issues facing the province's soccer community and its growth.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 12:39:41 GMT";
arnews[1] += "
";
arnews[2]="Farah lists debt at $17m
";
arnews[2] += "Bankrupt Financial Resources Mortgage President Scott D. Farah declared $17 million in debts and no assets in a court filing this week.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 05:09:15 GMT";
arnews[2] += "
";
arnews[3]="Robert Englund to Guest Star on Bones
";
arnews[3] += "One of Fox's hit series has enlisted the help of a horror icon for an upcoming episode.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 19:59:49 GMT";
arnews[3] += "
";
arnews[4]="Bones: John Francis Daley Talks Brennan-Booth Saga
";
arnews[4] += "Sweets has always played an important part in the Booth-Brennan saga on Bones . He first took interest in them as their therapist and then later made them subjects of his book, which basically concludes that Booth and Brennan are in love with each other.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 22:35:11 GMT";
arnews[4] += "
";
arnews[5]="A friend remembered, a generous town thanked
";
arnews[5] += "A friend to hundreds, Charles P. \"Chaz\" \"Charlie\" Hewitt was originally from Lee, N.H., and a graduate of Oyster River High in Durham, N.H. His mother, Mae Doyle, lives in Rochester, N.H., and his father, Mark Hewitt, lives in Bangor, Maine.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 14:53:34 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("