var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Host Seabees sitting at 2-0
";
arnews[0] += "The Simonds High junior varsity boy's basketball team continued their winning ways at the Seabees' annual tip-off tournament Friday, dropping Oromocto High 66-31. Peter Morrell of Hampton High School is surrounded by Kayden Roy, Brandon Donovan, and Matt Baxter of Simonds during the second day of action at the Simonds tip-off basketball tournament ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:36:19 GMT";
arnews[0] += "
";
arnews[1]="Empty Bowls filled with donations f.....
";
arnews[1] += "The annual Empty Bowls fundraiser is exciting for Lexa VanDoren Kirk because it is a genuine community event.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:16:03 GMT";
arnews[1] += "
";
arnews[2]="Crater makes history
";
arnews[2] += "All it took was two plays to change the course of Crater football history. Granted, they were spectacular plays and came on back-to-back snaps early in the second half, sparking the Comets to their first-ever home playoff win, 31-14 over Hermiston on Friday at Dutch Meyer Field.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:07:50 GMT";
arnews[2] += "
";
arnews[3]="Appeal a quarter of way to target
";
arnews[3] += "Bradford City's A 100,000 Burns Unit Appeal is a quarter of the way to its target.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:51:48 GMT";
arnews[3] += "
";
arnews[4]="http://a123.g.akamai.net/f/123/12465/1d/www.vancouversun.com/vka_flood2928.jpg
";
arnews[4] += "Heavy flooding caused by relentless rain and high tides forced hundreds of people Friday to flee their homes in the Cowichan Valley.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:30:06 GMT";
arnews[4] += "
";
arnews[5]="Thorne fed up of lonely gym
";
arnews[5] += "Peter Thorne has kicked off his second a oepre-seasona and declared: Ia m absolutely buzzing.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:06:50 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("