var arnews = new Array(8); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Miss Missouri Pageant Underway [Updated]
"; arnews[0] += "Erika Hebron of O'Fallon, aka Miss Gateway St. Louis, was crowned Miss Missouri 2010 on Saturday night."; arnews[0] += "
Publ.Date : Tue, 15 Jun 2010 10:55:54 GMT"; arnews[0] += "
"; arnews[1]="Miss USA Shandi Finnessey Visits FOX 2
"; arnews[1] += "Wednesday night was the first night of the Miss Missouri Pageant. Preliminary winners were announced."; arnews[1] += "
Publ.Date : Thu, 10 Jun 2010 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Fortuna dances to England to perform in Elton John hit
"; arnews[2] += "Brian Fortuna has danced from Collingswood all the way to London. Fortuna and partner Ali Bastian are set to star in a production of the Broadway show \"Burn the Floor\" in England this summer."; arnews[2] += "
Publ.Date : Wed, 02 Jun 2010 02:15:53 GMT"; arnews[2] += "
"; arnews[3]="Fortuna dances to England to perform in Elton John hit
"; arnews[3] += "Brian Fortuna has danced from Collingswood all the way to London. Fortuna and partner Ali Bastian are set to star in a production of the Broadway show 'Burn the Floor' in England this summer."; arnews[3] += "
Publ.Date : Tue, 01 Jun 2010 07:00:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");