var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Contributions slow in Cameron County judge race - Brownsville Herald
";
arnews[0] += "Statements of campaign contributions and expenditures filed 30 days before the March 2 Democratic and Republican Party primaries by candidates for Cameron County judge, for activity covering Jan. 1 through Jan. 21: Democratic Party candidates: -Eddie ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 03:45:00 GMT";
arnews[0] += "
";
arnews[1]="Valley Interfaith - Brownsville Herald
";
arnews[1] += "Short, quick and to the point. Candidates running in the March 2 Democratic primary election for Cameron County offices offered quick responses Monday night to direct questions posed at a Candidate Accountability Session sponsored by Valley ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:21:00 GMT";
arnews[1] += "
";
totcount = 2;
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("