var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="OHL: Kurtz's hat trick, Valiquette's shutout give Wolves win
";
arnews[0] += "It seemed like there were only two players on the ice for Sudbury. John Kurtz had a hat trick and Alain Valiquette a shutout as the Subdury Wolves downed the Saginaw Spirit 3-0 in Ontario Hockey League action Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:50:15 GMT";
arnews[0] += "
";
arnews[1]="Updates on former Douglas High standouts
";
arnews[1] += "Jeff Nady, Rfr., OL, Nevada: Nevada beat Fresno State 52-14. Parker Robertson, fr., OL, Utah State: Red-shirting. The Aggies beat San Jose State 24-9 last week.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:52:24 GMT";
arnews[1] += "
";
arnews[2]="Silo Theatre: On The Brink Of Transformation
";
arnews[2] += "Friday, 13 November 2009, 1:29 pm Press Release: Silo Theatre Wednesday night was a glimpse into the future of Silo Theatre; not only in terms of what they have in store for Auckland audiences in 2010 – but also the bold new future they're planning.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 03:07:24 GMT";
arnews[2] += "
";
arnews[3]="'Strongest' film festival yet draws to a close
";
arnews[3] += "The final screening of the 2009 Savannah Film Festival, \"Precious,\" directed by Lee Daniels, was sold out, and people lined Broughton St.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 11:08:11 GMT";
arnews[3] += "
";
arnews[4]="Perfect start for Lawn
";
arnews[4] += "HORSHAM Lawn grabbed early premiership favouritism with a big victory against St Michaels in round three of Central Wimmera Tennis Association on Saturday.";
arnews[4] += "
Publ.Date : Sun, 18 Oct 2009 23:24:23 GMT";
arnews[4] += "
";
arnews[5]="OHL: Carrozzi halts Peterborough's offence as Majors win
";
arnews[5] += "Chris Carrozzi had all the answers to the Peterborough Petes' sizzling offence on Friday night.";
arnews[5] += "
Publ.Date : Fri, 09 Oct 2009 23:29:03 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("