var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recommend
";
arnews[0] += "Sandy and Bentley Curry advertise their business as Curry's Christmas Tree Farm in Start, but they've transformed the place into more of an agricultural amusement park.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:34:55 GMT";
arnews[0] += "
";
arnews[1]="Scout team vet proud of career, eyes law school
";
arnews[1] += "OREGON AT ARIZONA a 6 p.m. a CHANNEL 9 a 1290-AM, 107.5-FM, 990-AM a Location: Eugene, Ore.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:43:08 GMT";
arnews[1] += "
";
arnews[2]="The Life of a Saint; Former Masconomet star Mike Cerullo is riding...
";
arnews[2] += "The city of New Orleans has a huge New England Patriots fan - and Michael Cerullo doesn't mind admitting it.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:26:55 GMT";
arnews[2] += "
";
arnews[3]="Hunt begins today for that perfect Christmas tree
";
arnews[3] += "Sandy and Bentley Curry advertise their business as Curry's Christmas Tree Farm in Start, but they've transformed the place into more of an agricultural amusement park.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:30:55 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[4] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:21:02 GMT";
arnews[4] += "
";
arnews[5]="A taste of the Olympic spirit
";
arnews[5] += "In thanking a lady for her interesting comment while we awaited the exciting moment when Bob Piers would arrive at Victoria Park Tuesday night carrying the Olympic torch, my response in brief.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:36:00 GMT";
arnews[5] += "
";
arnews[6]="California cities scratch out declawing of cats
";
arnews[6] += "This kitty can count on sharpening its claws in major California cities such as San Francisco, which have banned cat declawing as animal cruelty.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:39:56 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("