var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CFL notebook
";
arnews[0] += "A 23-year-old woman who alleges she was sexually assaulted by former Toronto Argonaut player Bernard Williams denied suggestions Monday that she is racist.";
arnews[0] += "
Publ.Date : Mon, 23 Feb 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Real Fred Flintstone
";
arnews[1] += "\"THIS is the chosen one,\" John Carson says, standing in front of the boulder in the living room of his modern house high on a mountainside in the Catskills.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:18:17 GMT";
arnews[1] += "
";
arnews[2]="Blistering speed not all it's cracked up to be
";
arnews[2] += "Blistering speed not all it's cracked up to be British Adam Brown helps France's Alain Bernard to take off his swimsuit after the men's 100-metre freestyle heats on Wednesday.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:59:00 GMT";
arnews[2] += "
";
arnews[3]="The ADQ goes 'kamikaze'
";
arnews[3] += "Media review The ADQ goes 'kamikaze' Gilles Taillon announces his intention to resig as leader of the Action Democratique du Quebec during a news conference at the National Assembly on November 10, 2009.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:29:00 GMT";
arnews[3] += "
";
arnews[4]="French mock Nicolas Sarkozy, the Beatle who bust the Berlin Wall
";
arnews[4] += "THE French are enjoying a good laugh at the expense of Nicolas Sarkozy, their energetic leader, who is being mocked for claiming to have helped knock down the Berlin Wall 20 years ago.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 03:22:16 GMT";
arnews[4] += "
";
arnews[5]="Gardens and pets can get along
";
arnews[5] += "Those who love both their dogs and their gardens often seek ways to protect their plants from the stress of daily dog traffic.";
arnews[5] += "
Publ.Date : Thu, 15 May 2008 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Pompidou Centre: The Nouveau Festival review
";
arnews[6] += "The gothic vaults of the Conciergerie Paris's original royal palace have been laid out with a display of unabashedly chic contemporary art as part of the Pompidou Centre's Nouveau Festival.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 14:48:21 GMT";
arnews[6] += "
";
arnews[7]="Children to be bused to vaccination centres
";
arnews[7] += "Quebec health officials say they are close to finalizing a plan to have children bused to vaccination centres.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 02:13:04 GMT";
arnews[7] += "
";
totcount = 8;
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("