var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More winter weather coming to Arkansas
";
arnews[0] += "Hyde plans a covert party at Jackie's parents' ski cabin, unaware she's got to move out due to a foreclosure.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 06:40:05 GMT";
arnews[0] += "
";
arnews[1]="Atkins families cope two years after tornado
";
arnews[1] += "Hyde plans a covert party at Jackie's parents' ski cabin, unaware she's got to move out due to a foreclosure.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 06:40:00 GMT";
arnews[1] += "
";
arnews[2]="After $206 million in Arkansas cuts this year, lawmakers budget for 2011
";
arnews[2] += "Hyde plans a covert party at Jackie's parents' ski cabin, unaware she's got to move out due to a foreclosure.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:39:56 GMT";
arnews[2] += "
";
arnews[3]="Kenny "The Jet" Smith Celebrates NBA All-Star Weekend 2010 With Parish-Nation, Ciroc Vodka and Nuvo
";
arnews[3] += "PHOTOS AVAILABLE POST EVENT Dallas, TX - Kenny \"The Jet\" Smith, two-time NBA Champion and analyst for TNT's Emmy Award winning \"Inside the NBA\", along with PARISH-NATION, CAZROC VODKA and NUVO will celebrate the biggest weekend in professional basketball with The 8th Annual Kenny Smith All-Star Bash at the luxurious Deux Lounge at Mockingbird ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:46:38 GMT";
arnews[3] += "
";
arnews[4]="With honours
";
arnews[4] += "THE CLASS OF 2009 at Colaiste Bhride's, Carnew, reunited recently for the annual Leaving Cert and Awards presentation evening in the exquisite surroundings of Mount Wolseley, Tullow.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="New jackpot game gives Arkansans another chance to hit it big
";
arnews[5] += "Bob throws a monkey wrench into Donna and Eric's plans when he sends her to visit a college different from where Eric is going.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 06:27:57 GMT";
arnews[5] += "
";
arnews[6]="Families stay at hotels during power outage
";
arnews[6] += "Bob throws a monkey wrench into Donna and Eric's plans when he sends her to visit a college different from where Eric is going.";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 06:27:50 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("