var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Coastal Sound choirs represent TriCities throughout Olympics
";
arnews[0] += "Coastal Sound Music Academy choirs will be singing at several events throughout the Olympics, the Paralympics, and the Cultural Olympiad.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:34:04 GMT";
arnews[0] += "
";
arnews[1]="Moccio appreciates his Quebec audience
";
arnews[1] += "Call it part and parcel of Quebec's romantic esprit de corps, but sales of classical music and its commercial variants has always led Canada by a country mile, and its per-capita rate is among the highest in North America.";
arnews[1] += "
Publ.Date : Thu, 31 Jan 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Panasonic Corporation: Media Advisory: Panasonic to Unveil Its...
";
arnews[2] += "Panasonic Corporation is proud to be opening the doors of its Olympic Pavilion featuring two full HD 3D theatres at LiveCity Vancouver Yaletown, official celebration site of the 2010 Olympic Winter Games.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:00:00 GMT";
arnews[2] += "
";
arnews[3]="Three locals earn bronze medals in skating
";
arnews[3] += "With Seabrook's Scotty Lago and Amesbury's Dylan Ferguson, slated to compete in the Olympics later this month, the River Rival Region appears to be a playground for world-class winter athletes.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 15:03:19 GMT";
arnews[3] += "
";
arnews[4]="Video: Volkswagen Touareg To Be Featured In New Repo Men Film
";
arnews[4] += "In the world of advertising, product placement is big business. It's also a big gamble, since the payoff depends on factors beyond the advertiser's control.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 20:35:27 GMT";
arnews[4] += "
";
arnews[5]="Popstar to Operastar: Ita s not Time to Say Goodbye to singer Danny
";
arnews[5] += "POP star Danny Jones almost jinxed himself when he sang Time To Say Goodbye in a celebrity TV talent contest.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 14:21:16 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("