var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="State soccer postseason finds seven area teams still in mix
";
arnews[0] += "Seven area teams remain alive this week as the state soccer playoffs enter second round action and one school, Ouachita Christian, will open the schedule today on the road.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Inside City Hall: For most part, Pineville incumbents re-elected
";
arnews[1] += "Bret H. McCormick bmccormick@thetowntalk.com Central Louisiana's first major political races are heating up, with primary elections for some municipalities set for March 27 and runoffs for May 1. One place where there won't be much drama, however, is in Pineville.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:21:00 GMT";
arnews[1] += "
";
arnews[2]="Evening News Briefs: Tuesday, Feb. 9
";
arnews[2] += "JEFFERSONVILLE Church hosting banquet Friday The Millie Lee Missionary Society of the First Church of Go in Jeffersonville will sponsor a sweetheart Valentine banquet from 7 to 8:30 p.m. Friday at the church, 3311 Holmans Lane, Jeffersonville.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:31:00 GMT";
arnews[2] += "
";
arnews[3]="NJ gov's Cabinet picks face Judiciary panel
";
arnews[3] += "TRENTON, N.J. - Now that Republican Gov. Chris Christie has named the people he wants to run New Jersey's departments and agencies in his new administration, his Cabinet nominees must pass muster with the Democratic-controlled Senate.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Christie's Cabinet picks face confirmation hearings
";
arnews[4] += "Now that Republican Gov. Chris Christie has named the people he wants to run New Jersey's departments and agencies in his new administration, his Cabinet nominees must pass muster with the Democratic-controlled Senate.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 11:28:59 GMT";
arnews[4] += "
";
arnews[5]="'Canes, Devils ousted in wrestling tourney
";
arnews[5] += "After a solid showing against Ludlow, the Amherst Regional wrestling team advanced to the second round in the Western Massachusetts Division 1 Team Wrestling Tournament on Saturday before falling to second-seeded West Springfield.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:47:28 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("