var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Debby Ryan can run by she can't hide in '16 Wishes'
";
arnews[0] += "Debby Ryan has been MIA as of late, but her 16 Wishes co-stars appear to be giving her up.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:06:29 GMT";
arnews[0] += "
";
arnews[1]="Richard Huffman Fox
";
arnews[1] += "Richard Huffman Fox, 91, died peacefully the evening of Feb. 3, 2010, at Good Samaritan Nursing Home, Arlington.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 06:18:00 GMT";
arnews[1] += "
";
arnews[2]="In defense of My Endless Love for the Disney Channel
";
arnews[2] += "So the title pulled you in, and I have just one favor to ask. Please just finish reading this article.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:56:24 GMT";
arnews[2] += "
";
arnews[3]="Coming Events 01-29-10
";
arnews[3] += "Friday Panola County Alcoholics Anonymous meetings will be held at the Batesville First United Methodist Church at noon daily.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 19:33:40 GMT";
arnews[3] += "
";
arnews[4]="Coming Events 01-26-10
";
arnews[4] += "Friday Panola County Alcoholics Anonymous meetings will be held at the Batesville First United Methodist Church at noon daily.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 16:45:32 GMT";
arnews[4] += "
";
arnews[5]="Should B-Class Celebrities like Jeremy Shum Be Banned from Public...
";
arnews[5] += "This new breed of men are sexy men who make the court a farce, by the media circus that is generated by the publicity surrounding the cases.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 21:41:03 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("