var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wal-Mart employee "blindsided" by layoffs
";
arnews[0] += "The gang has the write stuff when Earl attends a prison class on creative writing, which inspires the others to take pen to paper.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 06:01:48 GMT";
arnews[0] += "
";
arnews[1]="Suspect in jail in slaying of Forrest City woman
";
arnews[1] += "The gang has the write stuff when Earl attends a prison class on creative writing, which inspires the others to take pen to paper.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 06:01:37 GMT";
arnews[1] += "
";
arnews[2]="Report: More Arkansans receiving food assistance
";
arnews[2] += "The gang has the write stuff when Earl attends a prison class on creative writing, which inspires the others to take pen to paper.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 06:01:27 GMT";
arnews[2] += "
";
arnews[3]="3 kids among 5 killed in Bella Vista, Ark., fire
";
arnews[3] += "The gang has the write stuff when Earl attends a prison class on creative writing, which inspires the others to take pen to paper.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:01:22 GMT";
arnews[3] += "
";
arnews[4]="Major snowstorm to hit mid-Atlantic region
";
arnews[4] += "The gang has the write stuff when Earl attends a prison class on creative writing, which inspires the others to take pen to paper.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:00:55 GMT";
arnews[4] += "
";
arnews[5]="10 Americans charged in child quake victim case
";
arnews[5] += "The gang has the write stuff when Earl attends a prison class on creative writing, which inspires the others to take pen to paper.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 06:00:22 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("