var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="City Council again tackles medical pot access
";
arnews[0] += "The City Council will resume talks Tuesday on a proposed medical marijuana ordinance that would let dispensaries sell pot to qualified patients -- even though the city attorney and district attorney insist such transactions would be illegal.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:16:51 GMT";
arnews[0] += "
";
arnews[1]="9 arrested in fake-document investigation
";
arnews[1] += "By DEANNA BOYD FORT WORTH - Nine men, all thought to be illegal immigrants, were arrested last week after a six-month investigation into an operation that made fake government documents, a police spokesman said Monday.Investigators found that the men were making the documents - mainly resident alien cards, driver's licenses and Social Security ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 15:07:00 GMT";
arnews[1] += "
";
arnews[2]="Will it be landslide for Pujols as MVP? Cards slugger is expected to...
";
arnews[2] += "Will it be landslide for Pujols as MVP? Cards slugger is expected to run away in voting, win award today for 3rd time.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 14:30:02 GMT";
arnews[2] += "
";
arnews[3]="Reporting: Mexico11 are Killed in 20 Hours. So Where's the Media?
";
arnews[3] += "By early Sunday, 11 more residents of Ciudad Juarez, Mexico, had been slain in a 20-hour period, including the sixth police officer killed this year in growing drug cartel violence.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 17:21:38 GMT";
arnews[3] += "
";
arnews[4]="Nine illegal immigrants arrested in Fort Worth in fake document scheme
";
arnews[4] += "Nine illegal immigrants were arrested in Fort Worth last week on charges accusing them of making and selling fake government documents.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 17:01:50 GMT";
arnews[4] += "
";
arnews[5]="Nov. 24 community sports accomplishments
";
arnews[5] += "The Bakersfield Heat 10u Baseball Team won the first annual Turkey Tournament held at the Bakersfield Southwest Baseball Fields November 21,22. They finished with an undefeated record of 2 wins, no losses and 1 tie.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 07:24:33 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("