var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Snow keeps Games focused
";
arnews[0] += "Comment about \"Snow keeps Games focused\" Phone Name Comment 0 Winter Olympics Snow keeps Games focused Dave James Snow and straw bales are airlifted by helicopters to the Cypress Mountain Olympic venues.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:01:53 GMT";
arnews[0] += "
";
arnews[1]="Warner CEO sees e-book `fracas' as helping music
";
arnews[1] += "The head of Warner Music Group expressed hope on Tuesday that the recent \"fracas\" over the price of e-books would help give content creators such as his company more pricing power over device makers.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:30:45 GMT";
arnews[1] += "
";
arnews[2]="Daily television guide
";
arnews[2] += "Chat 10 a.m. Matthew Gilbert on \"American Idol.'' Chat 11 a.m. Critic Devra First on restaurants.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:18:47 GMT";
arnews[2] += "
";
arnews[3]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
";
arnews[3] += "Robert Verdi always seemed like a reasonable, though colorful, judge in his seasons on \"project Runway\" or \"She's Got the Look.\" But turning himself into a caricature on the new reality series, \"The Robert Verdi Show\" , he tries too hard to be an unreasonable and extreme.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 GMT";
arnews[3] += "
";
arnews[4]="Ottawa Ranks 12th on Romantic City List
";
arnews[4] += "Ottawa ranks in the middle of the pack when it comes to the most romantic cities in Canada.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:26:33 GMT";
arnews[4] += "
";
arnews[5]="Snow, Schwarzenegger grab attention at Games
";
arnews[5] += "Vancouver: IOC Chief Jacques Rogge was swept up in Vancouver's Olympic weather worries yesterday as Hollywood star Arnold Schwarzenegger prepared to run the gauntlet of Games protesters.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:54:49 GMT";
arnews[5] += "
";
arnews[6]="Warner Music CEO sees music pricing power after e-book 'fracas' between Amazon, publishers
";
arnews[6] += "The head of Warner Music Group expressed hope on Tuesday that the recent \"fracas\" over the price of e-books would help give content creators such as his company more pricing power over device makers.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:50:17 GMT";
arnews[6] += "
";
arnews[7]="DiManno: Gretzky should light this lamp
";
arnews[7] += "Canadian hockey legend the perfect choice to ignite the Olympic cauldron to open Vancouver Games on Friday February 10, 2010 Rosie DiManno VANCOUVER W ayne Gretzky: The Great One, the only, the cauldron wick with a stick.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 05:54:19 GMT";
arnews[7] += "
";
arnews[8]="Simon Cowell signs stars for Haiti charity single
";
arnews[8] += "Simon Cowell's charity single for Haiti has been released. The \"American Idol\" and \"The X-Factor\" judge says he was asked by British Prime Minister Gordon Brown to help with the relief effort for quake surivirors.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 05:36:55 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("