var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Craft beer big business in Texas - Abilene Reporter-News
";
arnews[0] += "Cypress Street Station is permitted by the state as a brew pub, not a microbrewery. The distinction is based on volume, with microbreweries producing more beer than brew pubs, said restaurant owner Brian Green. The number of Texas microbreweries ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 02:21:00 GMT";
arnews[0] += "
";
arnews[1]="Report: Texas Among Hungriest U.S. States - MyFox Houston
";
arnews[1] += "HOUSTON - A new study ranks Texas lower than all other states but Mississippi in a key measure of hunger. The US Department of Agriculture found 16.3-percent of Texans have \"food insecurity,\" or disruptions in their food supply. The statistic ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:04:00 GMT";
arnews[1] += "
";
arnews[2]="High Point's Mansfield wins senior amateur - Greensboro News & Record
";
arnews[2] += "Kim Mansfield of High Point won the Harris Teeter Senior Amateur Tour in Pinehurst on Wednesday. He shot a two-day total of even-par 143. Mansfield, the 2002 champ, held off a charge by four players who finished a stroke back. He credited his opening ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:57:00 GMT";
arnews[2] += "
";
arnews[3]="Utah State's Morrill: 'We gave the game away' - ksl.com
";
arnews[3] += "SALT LAKE CITY -- Jared Quayle scored a game-high 27 points Wednesday night, but the Utah State Aggies (1-1) committed 17 turnovers for the second consecutive game and this time it came back to bite them as they lost to rival Utah, 68-67. USU, who ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:29:00 GMT";
arnews[3] += "
";
arnews[4]="USU, Utah Utes basketball: Young Utes concerned with Aggies ... - Deseret News
";
arnews[4] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along. The biggest concern for Utah basketball coach Jim Boylen in tonight's game with Utah State at the Huntsman Center is ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:24:00 GMT";
arnews[4] += "
";
arnews[5]="Runnin’ Utes to face off with Aggie rivals - Utah Chronicle
";
arnews[5] += "Newly arrived junior college transfer Brian Green averaged more than 14 points per game and shot 47.2 percent from 3-point range while playing for Salt Lake Community College. The trio of Quayle, Green and Newbold is remarkably similar to Idaho’s ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10:29:00 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("