var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="1 comment
";
arnews[0] += "Selena, the Queen of Tejano, and Freddie Martinez, the founder of Freddie Records, have helped bring recognition to the city as a place to find and cultivate talent.";
arnews[0] += "
Publ.Date : Sat, 10 Oct 2009 00:17:11 GMT";
arnews[0] += "
";
arnews[1]="Las Estrellas Awards banquetLocal leaders, kids honored
";
arnews[1] += "Recording artist and honoree Paula DeAnda sang the national anthem at the 11th Hispanic Women's Network of Texas Las Estrellas Awards banquet Wednesday at the Congressman Solomon P. Ortiz International Center.";
arnews[1] += "
Publ.Date : Wed, 23 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Youth football roundup: September 15, 2009
";
arnews[2] += "Highlights: Simi Valley - Simi Valley's Nolan Shaffer scored the only touchdown of the game on a quarterback sneak from the 1-yard line.";
arnews[2] += "
Publ.Date : Tue, 15 Sep 2009 08:04:57 GMT";
arnews[2] += "
";
arnews[3]="Moonlight at the Ranch III proves to be truly 'Out of This World!'
";
arnews[3] += "Moonlight at the Ranch III proved to be a true 'Out of This World' experience when about 1,000 guests visited Limoneira Ranch, AKA Area 51, to show their spacey support of the Santa Paula Police and Fire Foundation and Chamber of Commerce.";
arnews[3] += "
Publ.Date : Wed, 26 Aug 2009 03:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bring it On: Fight to the Finish Essay Contest
";
arnews[4] += "Enter the Bring it On: Fight to the Finish contest for a chance to win your high school $2,000 towards its athletic program and a $500 Pottery Barn Teen gift card for yourself.";
arnews[4] += "
Publ.Date : Tue, 01 Sep 2009 17:54:01 GMT";
arnews[4] += "
";
arnews[5]="Smoke House Training
";
arnews[5] += "Students train for a mock smoke house experience through the Public Safety Education Summer Camp.";
arnews[5] += "
Publ.Date : Sat, 02 May 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("