var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Challenging an incumbent
";
arnews[0] += "Ah the power of incumbency. The argument many people make in favor of term limits is that incumbents can use their office to help their campaigns.";
arnews[0] += "
Publ.Date : Wed, 07 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Story Corps in Jacksonville, Record Your Experiences
";
arnews[1] += "If you want 40 minutes of your own stories to be kept forever in the Library of Congress, this is your chance.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:15:59 GMT";
arnews[1] += "
";
arnews[2]="Cumbria flooding: River Kent concerning residents
";
arnews[2] += "THE River Kent is threatening to swamp homes and businesses in the centre of Kendal.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:49:05 GMT";
arnews[2] += "
";
arnews[3]="All Stars Project of New Jersey Celebrates Its 10th Anniversary
";
arnews[3] += "All Stars Project of New Jersey Celebrates Its 10th Anniversary By All Stars Project of New Jersey 11/19/2009 Out of the Box and Into the Garden: Jersey Youth Leads the Way, the All Stars Project of New Jersey's 10th anniversary benefit dinner was held on November 9, 2009 at the Newark Club.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="New arrivals
";
arnews[4] += "New Arrivals run in The Daily News Journal each Sunday on a space-available basis.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 10:29:32 GMT";
arnews[4] += "
";
arnews[5]="Prep-JC Roundup: West girls volleyball team wins after slow ride
";
arnews[5] += "West Torrance's girls volleyball team shook off a long bus ride and showed its competitiveness in defeating Temecula Valley, 23-25, 25-23, 25-23, 25-22, in the first round of the CIF Southern Section Division I-AA playoffs on Tuesday night at Temecula Valley High.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 07: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("