var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Stephen Colbert slides into town
"; arnews[0] += "LAKE PLACID, N.Y. // He may be sponsoring the U.S. Speedskating team, but Stephen Colbert wants to experience the rush of a bobsled run with the reigning world champion and the terror of a solo ride on a skeleton sled."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:52:27 GMT"; arnews[0] += "
"; arnews[1]="75 Bewitching Bears - Cuddly Creatures That Even Stephen Colbert Would Love
"; arnews[1] += "And the number one threat to your free time is: Bears! These bears come in all shapes and sizes, from gummy bears to teddy bears to polar bears."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:23:10 GMT"; arnews[1] += "
"; arnews[2]="Going Rogue with Facts
"; arnews[2] += "Originally posted by Dwain Wilson: quote: Originally posted by dparks: I agree, Tina Fey was funny."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:07:57 GMT"; arnews[2] += "
"; arnews[3]="View results
"; arnews[3] += "Do you think Stephen Colbert is funny? DISCLAIMER: This web poll is informal, not scientific."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:23:32 GMT"; arnews[3] += "
"; arnews[4]="Animals That Light Up
"; arnews[4] += "Bioluminescence is an incredible thing. Take a look at these photos and videos of the coolest underwater and land animals that have the special ability of light up."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:40:29 GMT"; arnews[4] += "
"; arnews[5]="Musical Aurora brothers have big weekend
"; arnews[5] += "Between band battles and Mickey Mouse, it's a big weekend for the brothers Welton."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:01: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("
");document.write("
");