var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heather and Joshua Finch - Herald Times
";
arnews[0] += "Heather Henderson and Joshua Finch, both of Bloomington, were married Aug. 1 at the home of the bridegroom’s mother and stepfather in Ellettsville. Glen Stidd officiated. The bride is the daughter of Brenda Golden of Bloomington and Glen and Julie ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 04:35:00 GMT";
arnews[0] += "
";
arnews[1]="or 1-800-237-5341 - Jonesboro Sun
";
arnews[1] += "JONESBORO — Julie Henderson learned a thing or two about governmental accounting when she took a class on the subject at Arkansas State University, where she’s a senior. She knew it was different than regular business accounting, but she didn’t ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 04:20:00 GMT";
arnews[1] += "
";
totcount = 2;
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("