var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Meissner 6th and satisfied
";
arnews[0] += "When others fell, Shizuka Arakawa did not, allowing the Japanese skater to win her country's first medal at these Olympics and avert a Russian sweep of the figure skating events.";
arnews[0] += "
Publ.Date : Fri, 24 Feb 2006 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kim Yu-na Wins 7th Straight Grand Prix Event
";
arnews[1] += "Korean figure skating star Kim Yu-na claimed her seventh consecutive Grand Prix title on Monday by winning the 2009 Skate America in Lake Placid, New York, with a combined score of 187.98 points.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 02:23:40 GMT";
arnews[1] += "
";
arnews[2]="Just say Meissner has arrived
";
arnews[2] += "Kimmie Meissner got gold-medal questions yesterday at a downtown news conference.";
arnews[2] += "
Publ.Date : Mon, 20 Feb 2006 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Just say Meissner has arrived
";
arnews[3] += "Kimmie Meissner got gold-medal questions yesterday at a downtown news conference.";
arnews[3] += "
Publ.Date : Mon, 20 Feb 2006 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Just say Meissner has arrived
";
arnews[4] += "Kimmie Meissner got gold-medal questions yesterday at a downtown news conference.";
arnews[4] += "
Publ.Date : Mon, 20 Feb 2006 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Just say Meissner has arrived
";
arnews[5] += "Kimmie Meissner got gold-medal questions yesterday at a downtown news conference.";
arnews[5] += "
Publ.Date : Mon, 20 Feb 2006 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Meissner 6th and satisfied
";
arnews[6] += "TURIN, Italy - When others fell, Shizuka Arakawa did not, allowing the Japanese skater to win her country's first medal at these Olympics and avert a Russian sweep of the figure skating events.";
arnews[6] += "
Publ.Date : Fri, 24 Feb 2006 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("