var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Winter of our content: Fun Olympic movies - San Francisco Chronicle
"; arnews[0] += "Here are some movies to get you into the mood for the Winter Olympics, which begin Friday in Vancouver, British Columbia. Cool Runnings (1993): Based on the true story of the Jamaican Bobsled team in the 1988 Calgary Games. Jamaicans are known for ..."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 11:02:00 GMT"; arnews[0] += "
"; arnews[1]="Get in mood for Olympics - Akron Beacon Journal
"; arnews[1] += "Here are some movies to get you into the mood for the Winter Olympics, which begin Friday in Vancouver, British Columbia. • Cool Runnings (1993): Based on the true story of the Jamaican bobsled team in the 1988 Calgary Games. Jamaicans are known ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 05:04:00 GMT"; arnews[1] += "
"; arnews[2]="Dancer from ABC's hit show comes to Oswego - Palladium-Times
"; arnews[2] += "Oswego County’s Habitat for Humanity is adding some star power to its annual Dancing with the Stars event, scheduled for 7 p.m., Friday and Saturday, at The American Foundry. Professional dancer Driton “Tony” Dovolani, of ABC’s “Dancing ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 11:34:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");