var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Okanagan to benefit from throne speech
";
arnews[0] += "The second session of the 39th Parliament of British Columbia was launched Tuesday with a speech from the throne that emphasized the steps government will take to propel British Columbia's Olympic momentum to create jobs, improve the environment and support families with children.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:19:00 GMT";
arnews[0] += "
";
arnews[1]="Nelson Gets a Skyscrapera at UFN 21
";
arnews[1] += "Nelson, the 33-year-old former International Fight League champion, knocked out the previously unbeaten Brendan Schaub at a oeThe Ultimate Fighter 10a Finale two months ago in Las Vegas.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:30:35 GMT";
arnews[1] += "
";
arnews[2]="a Jump Ahead: Extra feature races for Warrnambool
";
arnews[2] += "WARRNAMBOOL will host more major jumps races this season, it emerged yesterday. Racing Victoria Limited said the release of a season's calendar within the next week would reveal Warrnambool and Sandown as venues for the state's feature jumps races.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:00:45 GMT";
arnews[2] += "
";
arnews[3]="School track: D-Y girls - again - take ACL title
";
arnews[3] += "The Dennis-Yarmouth girls track team captured its 10th consecutive regular-season Atlantic Coast League winter championship yesterday by beating Falmouth 561 2-431 2 last night at Reggie Lewis Center.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:25:50 GMT";
arnews[3] += "
";
arnews[4]="Paterson wins 100th cap against Wales
";
arnews[4] += "CHRIS Paterson will become the first Scot to reach the landmark of 100 caps for his country after he was named today in the Scotland team to play Wales in the RBS 6 Nations Championship in Cardiff on Saturday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:16:37 GMT";
arnews[4] += "
";
arnews[5]="Duff and Serkis take film honours
";
arnews[5] += "Anne-Marie Duff and Andy Serkis have scooped best acting film awards, both for portrayals of real-life people.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09:06:57 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("