var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Kim stops succession talk
"; arnews[0] += "NORTH Korean leader Kim Jong-Il halted a propaganda campaign to promote his youngest son as successor after the son began flexing his muscles prematurely, a leading South Korean researcher says."; arnews[0] += "
Publ.Date : Thu, 22 Oct 2009 11:08:26 GMT"; arnews[0] += "
"; arnews[1]="The Hermit Kingdom
"; arnews[1] += "Forget the hairdos and the funny suits. Kim Jong Il is no madman. We don't have access to his shrink, of course, but there's absolutely no evidence to suggest that he's irrational."; arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="are gymnastics execution scores too low?
"; arnews[2] += "INTERNATIONAL GYMNAST Editor Dwight Normile part way through the 2009 World Gymnastics Championships: While scanning the hundreds of scores from the women's qualifications here in London, I realized something odd."; arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 11:48:09 GMT"; arnews[2] += "
"; arnews[3]="China grabs three golds in gymnastics worlds
"; arnews[3] += "Gold medalist Marian Dragulescu of Romania , silver medalist Zou Kai of China and bronze medalist Alexander Shatilov of Israel pose during the victory ceremony of the Floor Exercise final of the 41st Artistic Gymnastics World Championships in London, Britain, Oct."; arnews[3] += "
Publ.Date : Sun, 18 Oct 2009 07:43:57 GMT"; arnews[3] += "
"; arnews[4]="China grabbed 3 golds out of 5 apparatus events at 41st gymnastics worlds Saturday.
"; arnews[4] += "The Chinese powerhouse grabbed three golds out of five apparatus events at the 41st Artistic Gymnastics World Championships here on Saturday but Olympic champion Zou Kai believed that his performance in the floor was underestimated."; arnews[4] += "
Publ.Date : Sun, 18 Oct 2009 07:00:16 GMT"; arnews[4] += "
"; arnews[5]="World Gymnastics Championships
"; arnews[5] += "Williams claims vault gold as Hong fluffs landings LONDON: North Korea's Olympic champion Hong Un-Jong disappointed in the women's individual vault final at the World Gymnastics Championships on Saturday as Kayla Williams of the United States claimed gold."; arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 00:40:42 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("
");document.write("
");