var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police prepare for 'the worst' in missing woman case
";
arnews[0] += "Police hunting clues to Orangeville nurse Sonia Varaschin's disappearance fear she may be dead, a lead OPP detective said Thursday.";
arnews[0] += "
";
arnews[1]="$3,200 cognac hits Canadian market
";
arnews[1] += "Celebrated French cognac distiller Courvoisier will make 50 bottles of new $3,200 luxury liquor available to Canadian consumers.";
arnews[1] += "
";
arnews[2]="$115M lawsuit launched against G20 police
";
arnews[2] += "Two Torontonians are launching a $115-million class-action lawsuit against police on behalf of everyone detained during the G20 protests in July.";
arnews[2] += "
";
arnews[3]="Laid-off man, wife celebrate $10M lotto win
";
arnews[3] += "For Elizabeth and Micheal Kennedy, their $10 million Lotto Max win could not have come at a better time.";
arnews[3] += "
";
arnews[4]="Fuel tanker runs aground in Arctic
";
arnews[4] += "A ship carrying 9,000 cubic metres of diesel has run aground in the Arctic.";
arnews[4] += "
";
totcount = 5;
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]);
}
document.write("