var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="For Hughes, Gold Medal Never Trumped Family Life
";
arnews[0] += "Sarah Hughes rarely looks at the video of her marvelous four minutes . She does not have to.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:48:20 GMT";
arnews[0] += "
";
arnews[1]="Vera Wang reviews skating outfits from Olympics past
";
arnews[1] += "Designer Vera Wang knows the ins and outs of competitive figure skating outfits because at one time, she wore them.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:56:00 GMT";
arnews[1] += "
";
arnews[2]="Figure skating: What to expect
";
arnews[2] += "Russian Yevgeny Plushenko returns to defend his Torino gold. As this Olympic season approached, a theme began to appear: comebacks.";
arnews[2] += "
Publ.Date : Mon, 26 Jan 2009 08:28:20 GMT";
arnews[2] += "
";
arnews[3]="Is there any stranger position than being an Olympic alternate?
";
arnews[3] += "There may be no stranger position for an athlete than being an Olympic alternate.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:04:57 GMT";
arnews[3] += "
";
arnews[4]="Michelle Kwan To Cover Olympics For 'GMA'
";
arnews[4] += "Champion figure skater Michelle Kwan is joining \"Good Morning America\" as a special correspondent covering the Vancouver Winter Olympics, ABC said Monday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:59:43 GMT";
arnews[4] += "
";
arnews[5]="Revolving Door Newsletter: 02.09.10
";
arnews[5] += "Be it distributed reporting, Web content strategy or developing software apps for news sites, talented and driven media pros can break into these emerging careers.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 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("