var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hannah Teter was photographed by Warwick Saint in Whistler Blackcomb ... - CNN Sports Illustrated
";
arnews[0] += "Hannah Teter, 22, is a snowboarder from Belmont, Vermont, and was a gold medalist in the women's half pipe competition at the 2006 Olympics. Hannah has appeared on the reality show Punk'd and also has a Ben & Jerry's flavor named after her: Hannah ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:44:00 GMT";
arnews[0] += "
";
arnews[1]="Lindsey Vonn barely keeps it on for SI swimsuit issue - Minneapolis Star Tribune
";
arnews[1] += "Olympians snowboarder Hannah Teter, aerial skier Lacy Schnoor and snowboarder Clair Bidez. Vonn is just coming off being on the cover of Sports Illustrated's Olympic edition in a downhill pose that some critics branded as sexualized because of the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[1] += "
";
arnews[2]="Olympic athlete product peddling - NBC Olympics
";
arnews[2] += "His empire includes a self-titled video game, his own line with Burton, a clothing line at Target, and Oakley gear. Athlete: Hannah Teter (Snowboarding - Halfpipe) Hannah Teter poses with her maple syrup. Product: Hannah's Gold Maple Syrup Cost: $15 ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:47:00 GMT";
arnews[2] += "
";
arnews[3]="Twice as nice for cover girl Vonn - CNN Sports Illustrated
";
arnews[3] += "None was stranger than this: lying in the snow wearing only a bikini while hip-hop tunes roared out of a stereo at the top of a glacier in British Columbia, surrounded by fully clothed people, one of them her husband and of them taking pictures of ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT";
arnews[3] += "
";
arnews[4]="Helicopters Hired To "Make It Snow" In Vancouver For Olympics - digtriad.com
";
arnews[4] += "Vancouver -- For nearly 40 years, Erickson Air-Crane and its partners have been dispatching a fleet of helicopters around the world to fight forest fires, harvest timber and lift giant air-conditioning units to the tops of office towers. This is the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:30:00 GMT";
arnews[4] += "
";
arnews[5]="Brooklyn Decker Sizzles as the 2010 Sports Illustrated Swimsuit Cover ... - TMCnet
";
arnews[5] += "NEW YORK, Feb 09, 2010 /PRNewswire via COMTEX/ -- Smiling in the clear blue water of the Maldives, supermodel Brooklyn Decker sizzles on the cover of the highly-anticipated 2010 Sports Illustrated Swimsuit Issue (www.SI.com/Swimsuit) out today ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:22: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("