var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep roundup: Houston Academy falls short of big upset
";
arnews[0] += "Sheldon Thompkins scored 10 and Takwain Whigham nine as Class 2A's No. 4 Barbour County avoided an upset with a 37-33 win over Houston Academy.";
arnews[0] += "
Publ.Date : Sat, 23 Jan 2010 07:21:53 GMT";
arnews[0] += "
";
arnews[1]="Jessica Biel, Emile Hirsch Celebrity Kilimanjaro Climb: Track Their...
";
arnews[1] += "Jessica Biel, Emile Hirsch, and a crew of celebs and activists are climbing Mt. Kilimanjaro to raise awareness of the water crisis.";
arnews[1] += "
Publ.Date : Tue, 12 Jan 2010 17:15:05 GMT";
arnews[1] += "
";
arnews[2]="Homes for the Holidays
";
arnews[2] += "Holiday Homes Tour displays history, decorative prowess. By Mike DiCicco Thursday, December 17, 2009 What was Herndona TMs first public schoolhouse is now the home of Brian and Siri Compton, who home-school their four children in what is now the dining room, where students were taught more than a century ago.";
arnews[2] += "
Publ.Date : Thu, 17 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Giving a look at government bloat, Gaughana s efficiency team debuts
";
arnews[3] += "Downsizing proponent Kevin P. Gaughan christened the first meeting of a new panel to shrink town governments Tuesday by hauling in a mini-tower of paper - 384 pages that turned out to be the Sept.";
arnews[3] += "
Publ.Date : Wed, 06 Jan 2010 15:56:21 GMT";
arnews[3] += "
";
arnews[4]="Gaughan panel offers blueprint for governing towns
";
arnews[4] += "January 05, 2010, 6:36 AM / Downsizing proponent Kevin P. Gaughan doesn't want town boards to just shrink in size.";
arnews[4] += "
Publ.Date : Tue, 05 Jan 2010 11:36:35 GMT";
arnews[4] += "
";
arnews[5]="Crime Report
";
arnews[5] += "Patricia Ann Eguia, 34, of 108 Allen Court, Unit C, Four Oaks, was arrested Thursday and charged with felony larceny, conspiracy and possession of stolen property.";
arnews[5] += "
Publ.Date : Wed, 16 Dec 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Homes for the Holidays
";
arnews[6] += "Holiday Homes Tour displays history, decorative prowess. Thursday, December 17, 2009 What was Herndona TMs first public schoolhouse is now the home of Brian and Siri Compton, who home-school their four children in what is now the dining room, where students were taught more than a century ago.";
arnews[6] += "
Publ.Date : Thu, 17 Dec 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Riding out the storm
";
arnews[7] += "Nathan, laid off before Thanksgiving of last year, wasn't feeling well and called 911.";
arnews[7] += "
Publ.Date : Sat, 19 Dec 2009 08:05:06 GMT";
arnews[7] += "
";
totcount = 8;
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("