var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Tennis play returning to normal
"; arnews[0] += "With the weather getting back to normal, we will be able to return to our normal local league schedules as well."; arnews[0] += "
Publ.Date : Tue, 19 Jan 2010 07:46:58 GMT"; arnews[0] += "
"; arnews[1]="Ospreys deepen Cardiffa s blues
"; arnews[1] += "Ospreys 26 Cardiff Blues 0 NIKKI WALKER scored two of his sidea s three tries as the Ospreys moved back to the top of the Magners League with a comprehensive victory over the Blues at a snowy Liberty Stadium yesterday."; arnews[1] += "
Publ.Date : Sat, 02 Jan 2010 02:05:26 GMT"; arnews[1] += "
"; arnews[2]="Ospreys v Blues
"; arnews[2] += "MAGNERS LEAGUE Venue: Liberty Stadium Date: 1 January Kick-off: 1715 GMT Coverage: Live on S4C, BBC Radio Wales and the BBC Sport website Ospreys back James Hook was hurt during the first half at the Scarlets Ospreys Adam Jones and Lee Byrne make their first starts of the season in the New Year's Day Magners League Welsh derby visit of the Blues."; arnews[2] += "
Publ.Date : Thu, 31 Dec 2009 12:54:12 GMT"; arnews[2] += "
"; arnews[3]="Ospreys v Blues in mega derby
"; arnews[3] += "Ospreys and Cardiff Blues clash in a massive deby game at the Liberty Stadium tomorrow Friday 1st January, kick off at 5.15pm. Ospreys Director of Coaching, Scott Johnson, commented: a oeWith another massive derby match coming up straight away, ita s the perfect chance for us to work on the areas of concern that we have after the Scarlets game, and ..."; arnews[3] += "
Publ.Date : Thu, 31 Dec 2009 18:11:29 GMT"; arnews[3] += "
"; arnews[4]="Christmas is over, but shopping goes on
"; arnews[4] += "The Promenade at Sagemore in Marlton was just as busy the day after Christmas as the days leading up to the holiday."; arnews[4] += "
Publ.Date : Sun, 27 Dec 2009 14:40:38 GMT"; arnews[4] += "
"; arnews[5]="Oh yes it is
"; arnews[5] += "Here's a selection of activities taking place in south east Wales with links to other sites to find out more information."; arnews[5] += "
Publ.Date : Tue, 22 Dec 2009 10:34:30 GMT"; arnews[5] += "
"; arnews[6]="Around San Ramon: City awards honor shining hometown stars
"; arnews[6] += "IT WAS A NIGHT of stars at the San Ramon Chamber of Commerce's 20th annual Community Awards Dinner held recently at the San Ramon Community Center."; arnews[6] += "
Publ.Date : Sat, 26 Dec 2009 10:27:43 GMT"; arnews[6] += "
"; totcount = 7; 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("
");