var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Farm Expo Brings Producers, Consumers Together
";
arnews[0] += "Some 200 people attended Monday's Know Your Local Farmer Expo in North Adams. By Kathy Keeser Special to iBerkshires 05:16PM / Tuesday, February 09, 2010 NORTH ADAMS, Mass.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:53:39 GMT";
arnews[0] += "
";
arnews[1]="a American Idola Power List: Whoa s got momentum heading into season 9 Hollywood Week?
";
arnews[1] += "Hollywood Week begins tonight on American Idol , and over the next two weeks, we'll see 181 Golden Ticket recipients whittled down to 24 semifinalists.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:03:57 GMT";
arnews[1] += "
";
arnews[2]="Potential of railroad main topic at Fannin County Commissioners regular meeting
";
arnews[2] += "\"We have a very unique railroad,\" Tom Long, a board member of the Fannin Rural Rail District, told Fannin County Commissioners Court at a regular meeting Monday morning.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:18:24 GMT";
arnews[2] += "
";
arnews[3]="Police report 2-9
";
arnews[3] += "Anthony Dewayne Hunt, 18, 390 Trunk St., Cleveland, Tenn., was charged Sunday with driving with a suspended/revoked license and speeding.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:43:12 GMT";
arnews[3] += "
";
arnews[4]="Sun up on Sunday League
";
arnews[4] += "Berkhamsted Sunday Football League round-up FOR just the second time in two months a full programme of Sunday League games was played.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:52:10 GMT";
arnews[4] += "
";
arnews[5]="Blues continue good form against play-off hopefuls
";
arnews[5] += "A lively and very competitive Ryman Premier League encounter and a deserved home win for the Met Police on Saturday, who have finally began to climb back up the table after a poor start to the season.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:53:10 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("