var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Group targets spiked drinks during Games
";
arnews[0] += "Vancouver is fast becoming a party town as the Olympic Games near. But organizers of the SafeVibe campaign hope residents and visitors hitting bars and lounges don't fall victim to spiked drinks.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:00:53 GMT";
arnews[0] += "
";
arnews[1]="Linnell to appeal perjury conviction
";
arnews[1] += "Lawyers have begun preparing an appeal by former Victoria Police media director Stephen Linnell against a perjury conviction following the collapse of the case against former assistant commissioner Noel Ashby.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:18:57 GMT";
arnews[1] += "
";
arnews[2]="Judge candidates campaign on experience
";
arnews[2] += "Originally published February 9, 2010 at 4:15 p.m., updated February 9, 2010 at 9:50 p.m. CANDIDATE FACTS NAME: Travis Ernst AGE: 38 OCCUPATION: Lawyer CITY OF RESIDENCE: Victoria CONTACT INFORMATION: 361-570-8060 or www.TravisHErnst.com. NAME: Daniel Gilliam AGE: 49 OCCUPATION: Lawyer CITY OF RESIDENCE: Victoria CONTACT INFORMATION: ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:49:53 GMT";
arnews[2] += "
";
arnews[3]="Drink-drive lawyer now a magistrate
";
arnews[3] += "A COMMERCIAL lawyer who once had his licence suspended for drink-driving has been appointed a magistrate and described by the Attorney-General as being impressive.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:17:15 GMT";
arnews[3] += "
";
arnews[4]="Mum pleads not guilty to killing kids
";
arnews[4] += "A woman has pleaded not guilty to killing two of her children and trying to kill a third.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:29:58 GMT";
arnews[4] += "
";
arnews[5]="Ex-top cop speaks out after acquittal
";
arnews[5] += "Former Victoria Police media director Stephen Linnell could lodge an appeal on Wednesday to quash his perjury conviction following the spectacular collapse of the perjury case against former assistant commissioner Noel Ashby.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:28:37 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("