var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
"); document.write("
"); arnews[0]="One gardener's trash is another one's treasure - Fairbanks Daily News-Miner
"; arnews[0] += "

\"\"
One gardener's trash is another one's treasure
Fairbanks Daily News-Miner
These scallions came from replanting the white tops and roots of other scallions. And just a few tops can spawn many more ...

"; arnews[0] += "
Publ.Date : Sun, 01 Aug 2010 08:52:11 GMT+00:00"; arnews[0] += "
"; arnews[1]="Domestic violence victims raise garden that raises hope - Lexington Herald Leader
"; arnews[1] += "
\"\"
Lexington Herald Leader

\"\"
Domestic violence victims raise garden that raises hope
Lexington Herald Leader
Residents of the facility that sits on 40 acres in eastern Fayette County are beginning to feed themselves from a garden that is the first phase of a ...

and more »
"; arnews[1] += "
Publ.Date : Sun, 01 Aug 2010 07:58:28 GMT+00:00"; arnews[1] += "
"; arnews[2]="Broomfield Enterprise Gardening Aug. 1: More water not always answer for ... - Broomfield Enterprise
"; arnews[2] += "
\"\"
Homes-Extra.ca

\"\"
Broomfield Enterprise Gardening Aug. 1: More water not always answer for ...
Broomfield Enterprise
There is no question the high temperatures Broomfield has been experiencing can stress lawns. ...
Compleat Gardener: Proper watering is keyLongview Daily News

all 10 news articles »
"; arnews[2] += "
Publ.Date : Sun, 01 Aug 2010 06:13:10 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");