var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Your Turn a " Nov. 18, 2009
";
arnews[0] += "Big Top headed to N.Y. President Obama's decision - in conspiracy with the American left and the president's lapdog, Attorney General Eric Holder - to try the men responsible for the planning and execution of the 9-11 attacks is despicable.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:15:53 GMT";
arnews[0] += "
";
arnews[1]="Making New Orleans school choices easier: An editorial
";
arnews[1] += "Trajoan Solomon, a sensitive child who had shown signs of autism, needed a school that would be nurturing and allow him to thrive.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 15:45:14 GMT";
arnews[1] += "
";
arnews[2]="Editorial: Making choice easier
";
arnews[2] += "Trajoan Solomon, a sensitive child who had shown signs of autism, needed a school that would be nurturing and allow him to thrive.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 06:40:32 GMT";
arnews[2] += "
";
arnews[3]="School news
";
arnews[3] += "Student Council President Shelby Paine won the SASC Member of the Yard for the junior division.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Here's a few holiday artists' markets to help you with your gift-giving list
";
arnews[4] += "I'm one of those who has a humbug attitude at the mere mention of Christmas in the fall months.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 13:38:21 GMT";
arnews[4] += "
";
arnews[5]="Fired Up
";
arnews[5] += "IT'S difficult to know just who cheerleading comedy Fired Up will appeal to. On the one hand, it's a bawdy comedy about two High School sports stars who join a cheerleading camp to get laid.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 18:33:17 GMT";
arnews[5] += "
";
arnews[6]="Fired Up! - DVD Preview & competition
";
arnews[6] += "WHEN two randy football players - \" Nicholas D'Agosto and Eric Christian Olsen - \" finagle their way into summer cheer camp, they find themselves tossed into a world filled with pyramids, pompoms and push-up bras.";
arnews[6] += "
Publ.Date : Fri, 23 Oct 2009 06:31:53 GMT";
arnews[6] += "
";
arnews[7]="If Alfred Hitchcock had used YouTube
";
arnews[7] += "The comparisons to Alfred Hitchcock's Rear Window being unavoidable, let's make it clear from the start that 20-yearold Shia LaBeouf is no James Stewart .";
arnews[7] += "
Publ.Date : Tue, 13 Oct 2009 17:24:55 GMT";
arnews[7] += "
";
arnews[8]="School construction oversight panel is an unfulfilled promise
";
arnews[8] += "Nearly a year after the state and the Orleans Parish School Board approved a nearly $2 billion facilities spending blueprint for New Orleans schools, the panel charged with overseeing the projects and spending has yet to meet.";
arnews[8] += "
Publ.Date : Thu, 01 Oct 2009 02:18:03 GMT";
arnews[8] += "
";
totcount = 9;
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("