var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Training like an Olympian; Local nutritionist says we can all learn from the elite athletes
";
arnews[0] += "Sure, being an Olympic athlete takes stamina, strength and talent. But Kathy Searles, a local licensed registered dietitian, knows it also takes a good mix of food and fluids.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Today's Olympic previews: Curling, figure skating
";
arnews[1] += "Canada led the three-year Olympic qualifying cycle for both men and women , but for the second time in a row there was an upset at the Canadian women's team trials as a team led by Cheryl Bernard, whose best finish was second at the 1996 national championships, upset 2006 Olympic bronze medalist Shannon Kleibrink.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT";
arnews[1] += "
";
arnews[2]="For Hughes, Gold Medal Never Trumped Family Life
";
arnews[2] += "Sarah Hughes rarely looks at the video of her marvelous four minutes . She does not have to.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:48:20 GMT";
arnews[2] += "
";
arnews[3]="Mark Ralston/Afp/Getty Images
";
arnews[3] += "Years of hard work pays off with the chance to compete against the best in the world -- and to sort through mountains of free gear.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:01:16 GMT";
arnews[3] += "
";
arnews[4]="Vera Wang reviews skating outfits from Olympics past
";
arnews[4] += "Designer Vera Wang knows the ins and outs of competitive figure skating outfits because at one time, she wore them.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:56:00 GMT";
arnews[4] += "
";
arnews[5]="Judith Halberstam lecture: 'Homosexuality and Fascism'
";
arnews[5] += "February 4, 2010 CLAREMONT - Feminist and queer theorist Judith \"Jack\" Halberstam, professor at USC best known for her work on female masculinity, gave a slide lecture at Pomona College titled \"The Killer in You is the Killer in Me\": Homosexuality and Fascism.";
arnews[5] += "
Publ.Date : Thu, 04 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("