var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No paradise: Aggie football team travels to Hawaii in search of win
";
arnews[0] += "No paradise: Aggie football team travels to Hawaii in search of win by By Teddy Feinberg/Sun-News Sports Editor , Las Cruces Sun-News LAS CRUCES The New Mexico State University football team left Las Cruces on Friday afternoon, going on a road trip to the University of Hawaii for a Saturday evening affair.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 14:30:44 GMT";
arnews[0] += "
";
arnews[1]="EQUESTRIAN: Dunham's dressage delight
";
arnews[1] += "AMBER Dunham, daughter of Paralympic rider Anne Dunham MBE, was among the winners at the first 2009-10 winter dressage meeting to be held at the Caron Roberts Equestrian Centre.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 17:07:13 GMT";
arnews[1] += "
";
arnews[2]="All-Blacks + Barbarians = Capilanos
";
arnews[2] += "Showing their colours - Ready to celebrate the Capilano Rugby Club's 40-year history are Bill Ewing, West Van Barbarians' last coach and first president of the Capilanos in 1969); Ken Robinson, Capilanos' current president; and Bucky Ellison, longtime scrum half with North Shore All-Blacks and the second president of the Capilanos as they display ...";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 22:15:55 GMT";
arnews[2] += "
";
arnews[3]="Highland Park school wins Lakeside championship
";
arnews[3] += "Edgewood Middle School in Highland Park won the Lakeside Conference seventh-grade soccer tournament that was held recently at the Libertyville Sports Complex.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 12:00:00 GMT";
arnews[3] += "
";
arnews[4]="County's golf tourism efforts pay dividends
";
arnews[4] += "Published: Tuesday, November 3, 2009 at 6:30 a.m. Last Modified: Monday, November 2, 2009 at 11:52 p.m. When the first golf balls fly off the tee this morning at four different golf courses in four different corners of Marion County, the county's golf-related tourism efforts will have paid off once again.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 07:52:00 GMT";
arnews[4] += "
";
arnews[5]="Fox wars: Obama makes an enemies list
";
arnews[5] += "Rahm Emanuel once sent a dead fish to a live pollster. Now he's put a horse's head in Roger Ailes's bed.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 17:57:30 GMT";
arnews[5] += "
";
arnews[6]="Crawforda s cracker blunts the Daggers
";
arnews[6] += "SOUTHEND Uniteda s under-18 side returned to winning ways as Harry Crawforda s late strike sealed a 2-1 victory over Dagenham & Redbridge on Saturday.";
arnews[6] += "
Publ.Date : Thu, 29 Oct 2009 11:24:45 GMT";
arnews[6] += "
";
arnews[7]="Fox wars
";
arnews[7] += "Rahm Emanuel once sent a dead fish to a live pollster. Now he's put a horse's head in Roger Ailes' bed.";
arnews[7] += "
Publ.Date : Tue, 27 Oct 2009 05:49:38 GMT";
arnews[7] += "
";
arnews[8]="White House shouldn't shush critics
";
arnews[8] += "Rahm Emanuel once sent a dead fish to a live pollster. Now he's put a horse's head in Roger Ailes' bed.";
arnews[8] += "
Publ.Date : Tue, 27 Oct 2009 02:15:00 GMT";
arnews[8] += "
";
totcount = 9;
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("