var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Serious star power gathers for Holt Renfrew opening
";
arnews[0] += "Well without a doubt, Holt Renfrew knows how to throw a party. When asked how on Earth they were able to attract such star power to their massive opening gala event in Calgary on Thursday night, one Holts insider summed it up in three-and-a-half words.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:41:09 GMT";
arnews[0] += "
";
arnews[1]="Stars shine at Calgary Holt Renfrew opening celebration gala
";
arnews[1] += "A star-studded cast walked a hot pink carpet Thursday night at a gala to celebrate the opening of Calgary's new Holt Renfrew store, as onlookers snapped photos and police stopped traffic in the immediate area.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:04:56 GMT";
arnews[1] += "
";
arnews[2]="Stars shine at Holt Renfrew red carpet
";
arnews[2] += "A star-studded cast walked a hot pink carpet Thursday night at a gala to celebrate the opening of Calgarya s new Holt Renfrew store, as onlookers snapped photos and police stopped traffic.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:36:51 GMT";
arnews[2] += "
";
arnews[3]="Blackhawks continue mastery of Flames
";
arnews[3] += "Chicago Blackhawks celebrate a goal as Calgary Flames goalie Miikka Kiprusoff looks on during their game at the Pengrowth Saddledome in Calgary, Alberta on November 19,2009. Photograph by: Leah Hennel, Calgary Herald The Calgary Flames act like victims of post-traumatic stress disorder every time they see the Chicago Blackhawks.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:35:55 GMT";
arnews[3] += "
";
arnews[4]="Award announcement leaves rivals green with envy
";
arnews[4] += "A huge pat on the back to two local businesses that were named imagineCalgary 2009 Sustainability Award winners this week.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:30:30 GMT";
arnews[4] += "
";
arnews[5]="Gallery: Elisha Cuthbert, Christina Hendricks, other stars shine at Calgary Holt Renfrew gala
";
arnews[5] += "A star-studded cast walked a hot pink carpet Thursday night at a gala to celebrate the opening of Calgarya s new Holt Renfrew store, as onlookers snapped photos and police stopped traffic.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:00:54 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("