var arnews = new Array(6);
totcount = 6;
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 : Sat, 21 Nov 2009 11:27:05 GMT";
arnews[0] += "
";
arnews[1]="World-Class Athletes to Compete in Hong Kong
";
arnews[1] += "An impressive list of world-class athletes, including a number of Beijing Olympic gold medallists, will compete in the 2009 East Asian Games in Hong Kong from December 5-13. Heading the list are 2008 synchronised three-metre springboard Olympic gold medallists Guo Jingjing and Wu Minxia, current Olympic badminton men's singles champion Lin Dan, and ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:29:29 GMT";
arnews[1] += "
";
arnews[2]="City's elite turn out for glitzy society wedding
";
arnews[2] += "For most of us, it is nearly impossible to imagine the amount in the red packets when tycoons Li Ka-shing, Lee Shau-kee and Thomas Kwok Ping-kwong are among the guests at a wedding.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 20:16:49 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 : Thu, 12 Nov 2009 12:46:09 GMT";
arnews[3] += "
";
arnews[4]="MomentumTHESE Olympics are Gold
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 06 Nov 2009 13:05:03 GMT";
arnews[4] += "
";
arnews[5]="Olympic heroes to lift HK status
";
arnews[5] += "More than 20 Beijing Olympic Games gold medallists will appear at next month's East Asian Games as Hong Kong sets out to prove it can host bigger multi-sport events in the future.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 02:41:05 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("