var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Secrets of the opening ceremonies: Insiders say the show will impress
";
arnews[0] += "Friday night's Olympic opening ceremonies will be spectacular and very Canadian, say observers who witnessed the dress rehearsal Monday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:38:24 GMT";
arnews[0] += "
";
arnews[1]="Secrets of the opening ceremonies: Insiders say the show will impress
";
arnews[1] += "Friday night's Olympic opening ceremonies will be spectacular and very Canadian, say observers who witnessed the dress rehearsal Monday night.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:28:48 GMT";
arnews[1] += "
";
arnews[2]="Celine Dion Surprises The Canadian Tenors On The Oprah Winfrey Show
";
arnews[2] += "Hailed by Grammy-winning producer David Foster as \"following in the footsteps of Josh Groban and Andrea Bocelli,\" The Canadian Tenors - in the midst of an 80-city North American tour, are set to kick off a week of major TV appearances, fittingly on the eve of the XX1 Winter Olympic Games in Vancouver .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:25:41 GMT";
arnews[2] += "
";
arnews[3]="Olympics 2010: Meet America's snowboarding ladies
";
arnews[3] += "Eight ladies who can tough it out in the snow make up the Women's US Team for the 2010 Winter Olympics.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Music on TV This Week: Yeasayer
";
arnews[4] += "Brooklyn's Yeasayer is ready for their close-up. After releasing one of the more adventurous albums of 2007 with their world music-influenced debut, All Hour Cymbals , the Brooklyn band returns with a romantic album full of 80s synth sounds and the kind of hummable pop melodies that so often amount to backlash from early fans.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:58:00 GMT";
arnews[4] += "
";
arnews[5]="Becky Schlegel's New CD, Dandelion, In Stores April 6, Available Online Now
";
arnews[5] += "New Release : Becky Schlegel's New CD, Dandelion, In Stores April 6, Available Online Now skates23 wrote: on Feb.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:16:49 GMT";
arnews[5] += "
";
arnews[6]="Examiner Calendar
";
arnews[6] += "Canadian sisters Tegan and Sara Quin started performing together in the mid-90s, using their school's recording studio to create two demo albums, 'Who's in Your Band?' and 'Play Day.' They gained wider attention in 1998, winning the Garage Warz Battle of the Bands, a local music competition in Calgary.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 01:33:06 GMT";
arnews[6] += "
";
arnews[7]="Seal hunt 2010: Pamela Anderson and other celebrities speak out
";
arnews[7] += "Canadian-born Pamela Anderson has been speaking out against Canada's commercial seal hunt for years.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="It's all in the family for Chantal Kreviazuk
";
arnews[8] += "Talk about a family affair. Chantal Kreviazuk's Canadian tour finds her with not only a rock star husband in tow, but her two sons as well.";
arnews[8] += "
Publ.Date : Fri, 23 Feb 2007 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("