var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="New Role Puts Anchor in Fox News Spotlight
"; arnews[0] += "Megyn Kelly, who will be the solo anchor for an afternoon program starting Monday, is a centerpiece of the news side of Fox News."; arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 06:18:14 GMT"; arnews[0] += "
"; arnews[1]="Youth soccer results
"; arnews[1] += "The Pepperell girls U12 team defeated Townsend/Ashby 2-0. Shalee Callahan was unstoppable and scored Pepperell's first goal of the game."; arnews[1] += "
Publ.Date : Fri, 25 Sep 2009 14:06:41 GMT"; arnews[1] += "
"; totcount = 2; 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("
");