var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Births
";
arnews[0] += "A boy, Dylan Wayne Stanley, was born to Briana and Jeremy Stanley on Oct. 18, 2009.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="Happy Families
";
arnews[1] += "With a stroke of the pen, two local children happily joined their 'forever families' during Fremont County Adoption Day on Friday.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:46:43 GMT";
arnews[1] += "
";
arnews[2]="Obituaries for November 18, 2009
";
arnews[2] += "Rhonda Gaye Blair Fields, 51, Henderson, died Monday, Nov. 16, 2009, at St. Mary's Medical Center in Evansville.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Dancing With the Stars' ejects another celebrity -- what a bummer
";
arnews[3] += "It's that time to talk about what happened on the results show of \" Dancing With the Stars.\" SPOILER ALERT: In the many years I've watched this show, I've been very disappointed.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:32:25 GMT";
arnews[3] += "
";
arnews[4]="Dancing with the Stars: Did People Root for Joanna At All? Or Just Derek?
";
arnews[4] += "Joanna Krupa was just eliminated from Dancing with the Stars , sending frontrunner Mya, Mr.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:42:39 GMT";
arnews[4] += "
";
arnews[5]="Glamour girls, ex Enders, a snooker veteran and more
";
arnews[5] += "She's still got the glamour factor, but she's also something of a historical figure and will be a big hit with viewers aged 30+. Sam says: \"I've always seen myself as a bit of a female Rambo.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 02:38:44 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("