var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Real estate: Sale prices of metro-east homes
";
arnews[0] += "EAST CARONDELET FAIRVIEW HEIGHTS LEBANON * 1305 Lantern Lights Circle; from SMR LLC; to James Thomas; $405,000. * 626 N. Meyer; from First Federal Savings Bank of Mascoutah; to Kenneth Thole and Randy Peek; $56,000. MASCOUTAH * 544 N. August St.; from Lyle Cary and Lynette Cary; to Howell Lewis and Mary Lewis; $230,000. * 9906 Citation Court; from ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:49:53 GMT";
arnews[0] += "
";
arnews[1]="Real estate: Sale prices of metro-east homes
";
arnews[1] += "EAST CARONDELET FAIRVIEW HEIGHTS LEBANON * 1305 Lantern Lights Circle; from SMR LLC; to James Thomas; $405,000. * 626 N. Meyer; from First Federal Savings Bank of Mascoutah; to Kenneth Thole and Randy Peek; $56,000. MASCOUTAH * 544 N. August St.; from Lyle Cary and Lynette Cary; to Howell Lewis and Mary Lewis; $230,000. * 9906 Citation Court; from ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 14:44:55 GMT";
arnews[1] += "
";
arnews[2]="Top 25 capsules
";
arnews[2] += "Nnemkadi Ogwumike scored 25 points and grabbed 12 rebounds, and No. 2 Stanford opened its season with an easy 89-56 victory against Old Dominion on Friday night.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 12:44:05 GMT";
arnews[2] += "
";
arnews[3]="Oh my God, it's almost 2010
";
arnews[3] += "Halloween just came and went, soon 102.5 will start playing only Christmas music and before you know it, it will be 2010.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 07:56:28 GMT";
arnews[3] += "
";
arnews[4]="Aegon Building in Downtown Little Rock Sells for $3.1 Million
";
arnews[4] += "A 55,000-SF office building in downtown Little Rock tipped the scales at $3.1 million.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 22:36:13 GMT";
arnews[4] += "
";
arnews[5]="Marriage licenses
";
arnews[5] += "Dale R. Phillips and Susan M. Delveaux, both of Green Bay. Gerald D. Coisman and Jeanne M. Peters, both of Green Bay.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Births
";
arnews[6] += "A boy, Carlos Aiden Cruz, was born to Amanda Cason and Juan Cruz-Perez on Sept. 23, 2009.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 18:13:00 GMT";
arnews[6] += "
";
arnews[7]="Valley sports roundup for Oct. 21
";
arnews[7] += "CATHEDRAL CITY - La Quinta, Palm Desert and Palm Springs maintained their foothold as the top three high school girls' golf teams in the Desert Valley League with resounding victories Tuesday.";
arnews[7] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("