var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Top 25 capsules
"; arnews[0] += "Nnemkadi Ogwumike scored 25 points and grabbed 12 rebounds, and No. 2 Stanford opened its season with an easy 89-56 victory against Old Dominion on Friday night."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Exploring the IMDb Bottom 100: - Glitter'
"; arnews[1] += "\"Glitter\" has a pretty respectable position on the IMDb Bottom 100. At No. 85, it's sitting pretty, 16 spots from being off the list, among the likes of \"Troll 2\" and \"I Can Do Bad All By Myself\" . If you don't know the story of \"Glitter,\" I'm surprised."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 08:27:15 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("
");