var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Money for small Torridge and North Devon businesses
"; arnews[0] += "THE FUTURE looks optimistic for the growth of small businesses in Torridge and North Devon with A 500,000 in grant funding now available from Leader 4 Torridge and North Devon."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:59:09 GMT"; arnews[0] += "
"; arnews[1]="When keeping it real means keeping it fake
"; arnews[1] += "Decades of Christmas specials have established a set of standards to live up to, or down to, as in the case of \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" . The first principle of the inappropriately early Christmas special is to recognize the fact that the audience has no illusions that it has not been taped months earlier on a stage in ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:07:56 GMT"; arnews[1] += "
"; arnews[2]="Swimmers break records
"; arnews[2] += "For many years now, our city has been fortunate to have two very well run clubs to promote the development of skills for young swimmers."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:19:57 GMT"; arnews[2] += "
"; arnews[3]="I Love the Islands Benefit Concerts
"; arnews[3] += "Saturday, 21 November 2009, 1:17 pm Press Release: I Love The Islands RAISE $344,000   The 'I Love the Islands' Benefit Concert NZ tour has raised $344,180.00* to aid Samoa after the recent Tsunami disaster."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:48:18 GMT"; arnews[3] += "
"; arnews[4]="Palin's overzealous fact checkers and a Mea Culpa
"; arnews[4] += "Much has been made by conservatives about The Associated Press assigning 11 fact checkers to parse Sarah Palin's \"Going Rogue.\" The typical rhetorical question, \"Where was the venerable AP when Barack Obama wrote his books?\", came with the implied or stated assertion that the press is staffed mostly by Obama-loving liberals who hate everything ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:48:37 GMT"; arnews[4] += "
"; arnews[5]="LeRoy F. Card
"; arnews[5] += "LeRoy F. Card, 92, of Follets, died Wednesday, November 18, 2009, at the Sarah Harding Home, Clinton."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("
");