var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MomentumTHESE Olympics are Gold
";
arnews[0] += "DUMMERSTON, Vt. -- Shawn Johnson has the loveliest green eyes. If you don't know what I'm talking about, then you aren't one of the many people walking around red-eyed and yawning because they've been up until 1 a.m. every night watching the Olympics.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 15:25:20 GMT";
arnews[0] += "
";
arnews[1]="Wu Minxia claims gold at China All-Star Diving Series
";
arnews[1] += "Olympic champion Wu Minxia continued her glorious performance and pocketed another gold Wednesday as the first China All-Star Diving Series went into its second day in Jinan's Olympic Center.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 10:28:22 GMT";
arnews[1] += "
";
arnews[2]="Wu Minxia claims gold at China All-Star Diving Series
";
arnews[2] += "Olympic champion Wu Minxia continued her glorious performance and pocketed another gold Wednesday as the first China All-Star Diving Series went into its second day in Jinan's Olympic Center.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 05:29:16 GMT";
arnews[2] += "
";
arnews[3]="MomentumTHESE Olympics are Gold
";
arnews[3] += "DUMMERSTON, Vt. -- Shawn Johnson has the loveliest green eyes. If you don't know what I'm talking about, then you aren't one of the many people walking around red-eyed and yawning because they've been up until 1 a.m. every night watching the Olympics.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 15:05:49 GMT";
arnews[3] += "
";
arnews[4]="Abel, Benfeito dive to gold
";
arnews[4] += "Abel, Benfeito dive to gold Canada's Jennifer Abel competes during the women's diving 3m springboard final on July 21, 2009 at the FINA World Swimming Championships in Rome.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 05:03:54 GMT";
arnews[4] += "
";
arnews[5]="Olympic organizers scramble to protect snow ahead of Games
";
arnews[5] += "Organizers of the Vancouver Winter Olympics reported Thursday its contingency plan to ensure enough snow for the Games at Cypress Mountain, site of the snowboarding and aerial freestyle skiing competitions, was \"paying dividends\". With Vancouver currently enjoying spring-like conditions with the day-time temperature hovering around 10 degrees ...";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 10:57:31 GMT";
arnews[5] += "
";
arnews[6]="MomentumTHESE Olympics are Gold
";
arnews[6] += "DUMMERSTON, Vt. -- Shawn Johnson has the loveliest green eyes. If you don't know what I'm talking about, then you aren't one of the many people walking around red-eyed and yawning because they've been up until 1 a.m. every night watching the Olympics.";
arnews[6] += "
Publ.Date : Tue, 26 Jan 2010 13:30:24 GMT";
arnews[6] += "
";
arnews[7]="Kerrigan's dad dies; brother accused of assault
";
arnews[7] += "The brother of figure skater Nancy Kerrigan has been charged with assaulting their 70-year-old father, who was found dead over the weekend in the family's Massachusetts home.";
arnews[7] += "
Publ.Date : Mon, 25 Jan 2010 23:18:30 GMT";
arnews[7] += "
";
arnews[8]="MomentumTHESE Olympics are Gold
";
arnews[8] += "DUMMERSTON, Vt. -- Shawn Johnson has the loveliest green eyes. If you don't know what I'm talking about, then you aren't one of the many people walking around red-eyed and yawning because they've been up until 1 a.m. every night watching the Olympics.";
arnews[8] += "
Publ.Date : Tue, 19 Jan 2010 05:54:45 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("