var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="eyeonoly
";
arnews[0] += "In order, the number of extra passengers, sponsors, media and athletes and officials expected to arrive through Vancouver International Airport in the next few days prior to the Opening ceremonies.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:59:12 GMT";
arnews[0] += "
";
arnews[1]="Ice hockey is more than a game to Canadians
";
arnews[1] += "Canada's ambitious goal is to top the medals table at the Vancouver Winter Olympics but it will be a hollow achievement to much of the Great White North unless the men's ice hockey gold is among the final tally.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:41:50 GMT";
arnews[1] += "
";
arnews[2]="Red, white and boo
";
arnews[2] += "They have a stronger military and a much cooler commander in chief. Their movie and television industries dwarf our own .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:12:33 GMT";
arnews[2] += "
";
arnews[3]="Bigelow Tea: Wayne Gretzky Joins the Team to Champion Bigelow(R) Green Tea
";
arnews[3] += "Talk about a power play! The Great One, Wayne Gretzky, has teamed up with the Bigelow Tea Company as spokesperson for North America .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[3] += "
";
arnews[4]="Rogge: Vancouver a 'blueprint' for future
";
arnews[4] += "IOC president Jacques Rogge believes the Vancouver Olympics will leave a legacy as a \"blueprint\" for future games.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 10:51:42 GMT";
arnews[4] += "
";
arnews[5]="NHL great Kurri tries to lead Finland to gold
";
arnews[5] += "In this file photo, Kevin Lowe, Mark Messier and Jari Kurri of the Edmonton Oilers.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:03:11 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("