var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Do you remember hoarding green stamps?
";
arnews[0] += "Methinks you're getting older if you can remember when we spent hours pasting green stamps in books, trying to save enough books to earn that special gift.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 05:58:24 GMT";
arnews[0] += "
";
arnews[1]=""A Few of My Favorite Things..."
";
arnews[1] += "This is a group for Christian Mommies to support each other in raising our kids in a Christian home.";
arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 00:59:28 GMT";
arnews[1] += "
";
arnews[2]="Eric Johnson, 51
";
arnews[2] += "INDIANAPOLIS - Eric Johnson, 51, passed away January 17, 2010. He was a graduate of Delta High School and had attended Ball State University.";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Tue. 1/19 Death Notices
";
arnews[3] += "COLESa 'Nicholas. On January 18, 2010. Beloved brother of Marie, Tena, Stephanie and the late John .";
arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 10:32:48 GMT";
arnews[3] += "
";
arnews[4]="Pee-wee Herman returns with new live stage show
";
arnews[4] += "The star may be Pee-wee, but his new live stage show is absolutely huge. \"The Pee-wee Herman Show,\" opening next month in downtown Los Angeles at Club Nokia theatre, cost millions to mount.";
arnews[4] += "
Publ.Date : Mon, 14 Dec 2009 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pee-wee Herman returns with new live stage show
";
arnews[5] += "The star may be Pee-wee, but his new live stage show is absolutely huge. \"The Pee-wee Herman Show,\" opening next month in downtown Los Angeles at Club Nokia theatre, cost millions to mount.";
arnews[5] += "
Publ.Date : Mon, 14 Dec 2009 12:48:35 GMT";
arnews[5] += "
";
arnews[6]="For some participants and spectators, nothing stops a parade
";
arnews[6] += "Jack Frost wasn't nipping at anyone's nose at the New Bern Christmas parade Sunday, but rain was.";
arnews[6] += "
Publ.Date : Sun, 13 Dec 2009 23:18:09 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("