var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audiences love to hear those familiar songs
";
arnews[0] += "One of the things I like most about attending live music performances is that you never know what kind of tricks the band will pull out of their hat.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:48:08 GMT";
arnews[0] += "
";
arnews[1]="The Olympic 2010 Torch Relay at Nathan Phillips Square
";
arnews[1] += "The 2010 Olympic Flame came to Toronto on December 17th, 2009 for two days, and marked a memorable Olympic event for Torontonians .";
arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Talented guitarist James struts and frets upon stage
";
arnews[2] += "Little known Colin James fact: He once acted in two professional plays in Saskatoon.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 19:57:36 GMT";
arnews[2] += "
";
arnews[3]="Talented guitarist James struts and frets upon stage
";
arnews[3] += "Little known Colin James fact: He once acted in two professional plays in Saskatoon.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 19:15:26 GMT";
arnews[3] += "
";
arnews[4]="What's On: Weekday Planner
";
arnews[4] += "For events on the weekend, please see the Night & Day Weekend Listings. Music Between the Buried and Me have an all-ages metallic-core show with Cynic & Devin Townsend Tues., doors 7 p.m. . Opera House, 735 Queen St.";
arnews[4] += "
Publ.Date : Thu, 21 Jan 2010 12:30:00 GMT";
arnews[4] += "
";
arnews[5]="Concerts planned for N.B.
";
arnews[5] += "Here is a look at some concerts scheduled in the days ahead. Jan. 26 - Tegan and Sara with An Horse, Fredericton, Playhouse Theatre.";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 12:35:11 GMT";
arnews[5] += "
";
arnews[6]="Music Notes
";
arnews[6] += "SUN, JAN 17 Guns N' Roses With Sebastian Bach, Danko Jones Rexall Place, $49.50 $89.50 How many guitarists does it take to make four albums and an EP? Let's see: Izzy Stradlin, Slash, Tracii Guns, Richard Fortus, Ron \"Bumblefoot\" Thal, Paul Tobias, DJ Ashba, Robin Finck, Buckethead and Gilby Clarke .";
arnews[6] += "
Publ.Date : Thu, 14 Jan 2010 03:38:39 GMT";
arnews[6] += "
";
arnews[7]="Suzie McNeil finds the perfect Juno dress
";
arnews[7] += "There are any number of things you can imagine goes through someone's head when they get the news they're nominated for a Juno Award - \" maybe they play an endless track of \"yippees!\" in their minds, indulge in visions of sweeping all categories while Celine Dion sobs from her front-row seat or just try and remember to thank Mom.";
arnews[7] += "
Publ.Date : Thu, 03 Apr 2008 07:00:00 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("