var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gulls in good shape for successive promotions
"; arnews[0] += "WHAT are the chances of Plainmoor Gulls soaring from Division Three to Division One in successive seasons? It's the $64,000 question being asked in the Torbay Winter Netball League after the promoted Gulls swept to the top of Division Two this week following the 46-10 victory over Caterfood."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="1st home-based business fair a success
"; arnews[1] += "T he first Home Based Business Expo had a successful first run. As a new event it is always difficult to get things off the ground, but the Route 66 Heritage Foundation of Logan County was happy with their first attempt at such an event."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:30:56 GMT"; arnews[1] += "
"; arnews[2]="Service dogs for war veterans in line to win $50,000 Rachael Ray prize
"; arnews[2] += "David and Summer The Mutt Madness Awards are Rachel Ray's contribution to animal welfare causes which will donate $50,000 to the winning organization voted for by her viewers and visitors to her website."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Hockey: Brown helps to make a point for Thornbury
"; arnews[3] += "BOTH sides had opportunities to score but a number of chances were wasted. Thornbury created a number of early openings but disappointing finishing and ill directed passing played into the visitorsa hands."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:12:50 GMT"; arnews[3] += "
"; arnews[4]="SOU Department of Theatre Arts delights with No l Coward's 'Blithe Spirit'
"; arnews[4] += "When London was under air attack from the Germans in World War II, numerous theaters stayed open, defying the bombs, but the performance stopped when the sirens sounded to enable any of the audience to leave."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:52:47 GMT"; arnews[4] += "
"; totcount = 5; 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("
");