var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celtic guitar featured at Feb. 14 music fest
";
arnews[0] += "Acclaimed Celtic guitarist Jerry Barlow will perform for the Estes Park Winter Concert Series at the Stanley Hotel on Sunday, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:56:20 GMT";
arnews[0] += "
";
arnews[1]="Insight eyes prime downtown air space
";
arnews[1] += "A little piece of air space stuffed in a corner of Diana Krall Plaza could soon become Nanaimo's newest restaurant.Or condo project, or retail outlet.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Stand Up To Cancer On Demand on Comcast Adds Mary J. Blige, U2, John ...
";
arnews[2] += "February 09, 2010, PHILADELPHIA & LOS ANGELES -- Comcast Corporation and Stand Up To Cancer have launched the second installment of musical assets for Stand Up 2 Cancer On Demand, the first-ever video-on-demand initiative focused on broadening awareness and raising funds for innovative cancer research, which debuted on Comcast in December.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:16:43 GMT";
arnews[2] += "
";
arnews[3]="New Lineup of Artists Join Stand Up To Cancer On Demand
";
arnews[3] += "U2, John Mayer, Mary J. Blige, Celine Dion, Katy Perry and Kenny Chesney Among New Artists Joining Stand Up 2 Cancer On Demand on Comcast Companies: Comcast Corporation On Tuesday February 9, 2010, 10:30 am EST PHILADELPHIA & LOS ANGELES-- --Comcast Corporation and Stand Up To Cancer have launched the second installment of musical assets for Stand ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:57:05 GMT";
arnews[3] += "
";
arnews[4]="Canadian Artist Marcome Releases "Twitter Me Some Love"
";
arnews[4] += "Email: media@marcome.com Website: http://www.Marcome.com MONTREAL, QUEBEC, CANADA, 2010-02-09 -- Many talented musicians have expressed their love of Twitter through light-hearted songs gently poking fun at their addiction to the microblogging service.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="A Fictional (But Highly Instructive) Story: Climbing The Sound Mountain
";
arnews[5] += "It Begins: Anticipation Ben awoke at dawn filled with hope and excitement - this was the day he was to kneel before the audio gods at Frank's Sound Company and Show Rentals.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:43:01 GMT";
arnews[5] += "
";
arnews[6]="Five Fantastic Shows to see in Auckland
";
arnews[6] += "Auckland is one of the cheapest and easiest places to see your favorite performer.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 05:00:00 GMT";
arnews[6] += "
";
arnews[7]="Reader comments
";
arnews[7] += "Each of Vince Gill's 11 original albums have charted in the Billboard top 10 in country.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 17:03: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("