var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Iron up to third in Blue Square South
"; arnews[0] += "BRAINTREE TOWN moved up to third in Blue Square South with a 1-0 win over struggling Weston-super-Mare at Cressing Road."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:27:46 GMT"; arnews[0] += "
"; arnews[1]="Michael Bisping bolstered by 'Rampage' Jackson in his camp ahead of UFC 110
"; arnews[1] += "Michael Bisping oozes confidence ahead of his next contest against Wanderlei Silva at UFC 110 in Sydney in ten days' time."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:57:57 GMT"; arnews[1] += "
"; arnews[2]="High school scoreboard: Feb. 9
"; arnews[2] += "After a slow start that led to an 18-11 deficit after one quarter, Gainesville outscored West Forsyth 41-25 for the rest of the game en route to a 52-43 win Tuesday night at West Forsyth."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:55:46 GMT"; arnews[2] += "
"; arnews[3]="UFC Light Heavyweight Forecast: Couture Competes for the Title
"; arnews[3] += "Following Randy Couture 's triumph over Mark Coleman at UFC 109 , Dana White proclaimed that \"The Natural\" is \"in the mix with the top five and can fight any of those guys at any time\". I even took it a step further in my regular recap feature 10 Things by saying that Couture's next fight will be for the light heavyweight title."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:53:36 GMT"; arnews[3] += "
"; arnews[4]="Ryan Jensen and Jesse Forbes To Face At UFC 114
"; arnews[4] += "Ryan Jensen and Jesse Forbes To Face At UFC 114 Posted by Larry Csonka on 02.09.2010 Plus the updated card... According to mmafighting.com , Ryan Jensen and Jesse Forbes will face at UFC 114 on the night's preliminary card."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:37:13 GMT"; arnews[4] += "
"; arnews[5]="UFC 114 takes place at MGM in Las Vegas, UFC Fan Expo 2010 at Mandalay Bay
"; arnews[5] += "Although the second annual UFC Fan Expo will take place at the Mandalay Bay Convention Center in Las Vegas, the coinciding UFC 114 event will take place down the street at its sister venue, the MGM Grand Garden Arena."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:50: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("
");