var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[0] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:47:23 GMT";
arnews[0] += "
";
arnews[1]="En garde for OU drama
";
arnews[1] += "Fear not young musketeers . This lady owns no sword. I have no intent to create misery for you, but merely use my pen to review the play I saw.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Grand jury indicts man for sex assault of 13-year-old
";
arnews[2] += "A Lufkin man who allegedly sexually assaulted a 13-year-old girl in August has been formally indicted by an Angelina County grand jury.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:45:41 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[3] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:21:02 GMT";
arnews[3] += "
";
arnews[4]="Texas 10th District Focus: Turn TX-10 Blue
";
arnews[4] += "Texas 10th District Focus: Turn TX-10 Blue In honor of Republican Michael McCaul's \"no\" vote on healthcare reform, despite the desperate need of his constituents have for healthcare reform , I have decided to focus a bit on the TX-10 district .";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Derwent United go top of York Sunday Morning Football League after win over Cliffe
";
arnews[5] += "DERWENT United are the new leaders of division one in the Iana s Cars of Barlby York Sunday Morning Football League.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:21:22 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("