var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hookers With Heart
";
arnews[0] += "Miss Mona Stangley and Sheriff Ed Earl Dodd in The Best Little Whorehouse in Texas .";
arnews[0] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Post a Comment
";
arnews[1] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 09:44:17 GMT";
arnews[1] += "
";
arnews[2]="Police seek man who robbed 3 banks, 2 restaurants
";
arnews[2] += "Nov. 8, 2009 6:40 p.m. Milwaukee police are searching for a man who they say is responsible for five robberies this weekend, including three at Milwaukee banks.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Referendum planned on Pewaukee merger
";
arnews[3] += "Nov. 8, 2009 8:28 p.m. For at least 40 years, the Pewaukees have been talking about a possible marriage, and a decision on whether they tie the knot or break the engagement could come in the spring.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Wednesdays on ABC are now triply good
";
arnews[4] += "Ask the World Series champion Yankees how hard it is to hit a triple. Usually we'd count ourselves lucky to total three good, successful sitcoms in a single season, let alone three on the same night, on the same network.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Obituaries
";
arnews[5] += "Marie J. Harmon, 80, of Charlotte, died Sunday, Nov. 1, 2009 at the Eaton Community Hospice House, Charlotte.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 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("