var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Council questions city's spending
";
arnews[0] += "Cumberland council member Jerry Gilliam spoke about the current overspending going on in the city during a council meeting on Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:32:40 GMT";
arnews[0] += "
";
arnews[1]="Sorenson Needs Wins to Escape NASCAR Purgatory [1]
";
arnews[1] += "The Frontstretch: Sorenson Needs Wins to Escape NASCAR Purgatory by Mike Lovecchio -- Wednesday February 10, 2010 Reed Sorenson is running the majority of the Nationwide Series schedule with arguably the best standalone team in the garage.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:22:19 GMT";
arnews[1] += "
";
arnews[2]="Sprint Cup Power Rankings: Top 15 After The Bud Shootout
";
arnews[2] += "The Frontstretch: Sprint Cup Power Rankings: Top 15 After The Bud Shootout by Frontstretch Staff -- Wednesday February 10, 2010 As Sprint Cup drivers prepare to tackle their 36-race regular season, it's time to take a look at which ones carry the most momentum into 2010.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:22:08 GMT";
arnews[2] += "
";
arnews[3]="Obituaries
";
arnews[3] += "Lawrence Thomas Madden, 64, a Fountain Hills resident, passed away Feb. 2, 2010.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:52:19 GMT";
arnews[3] += "
";
arnews[4]="Crowded ballots in Boynton Beach, Jupiter, Riviera Beach and...
";
arnews[4] += "Voters in some Palm Beach County cities will face packed ballots March 9 while others will have to stay home after candidates finished filing for dozens of city, town and village offices by a noon deadline today .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:23:09 GMT";
arnews[4] += "
";
arnews[5]="Jimmie Johnson's success rivals great sports dynasties
";
arnews[5] += "As a man who knows a lot about sports dynasties, Bill Russell said the Boston Celtics understood one thing better than any other team in the National Basketball Association - winning.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:16:29 GMT";
arnews[5] += "
";
arnews[6]="|| CONTINUE
";
arnews[6] += "The UC San Diego men's golf team took fifth place out of 12 teams in the Cal State San Marcos Invitational on Tuesday, carding a 304 in the final round at the San Luis Rey Downs Golf Course.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 05:27:26 GMT";
arnews[6] += "
";
totcount = 7;
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("