var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police Investigate String of Robberies
";
arnews[0] += "A lawyer claims that his client was \"biologically and genetically predisposed to hatred and violence.\" Eleanor Webster: Annie Chadwick.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 14:09:40 GMT";
arnews[0] += "
";
arnews[1]="Moore taking on Bacon for charity
";
arnews[1] += "A lawyer claims that his client was \"biologically and genetically predisposed to hatred and violence.\" Eleanor Webster: Annie Chadwick.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 14:07:49 GMT";
arnews[1] += "
";
arnews[2]="Bundchen to step back from career
";
arnews[2] += "A lawyer claims that his client was \"biologically and genetically predisposed to hatred and violence.\" Eleanor Webster: Annie Chadwick.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 14:07:38 GMT";
arnews[2] += "
";
arnews[3]="Broderick lands TV series
";
arnews[3] += "A lawyer claims that his client was \"biologically and genetically predisposed to hatred and violence.\" Eleanor Webster: Annie Chadwick.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 14:07:32 GMT";
arnews[3] += "
";
arnews[4]="BISD college prep school recruiting third cohort of students
";
arnews[4] += "By this time next year, the first freshman class at Brownsville Early College High School - this year's sophomores - will be halfway through its freshman year at the University of Texas at Brownsville and Texas Southmost College.";
arnews[4] += "
Publ.Date : Sun, 10 Jan 2010 04:37:47 GMT";
arnews[4] += "
";
arnews[5]="MALAY: Halad
";
arnews[5] += "Since we already succeeded in bringing home our five living National Artist for Literature Francisco Sionil Jose in Rosales, Pangasinan and Bienvenido Lumbera in Lipa, Batangas in 2007; Alejandro Roces in Makati, in 2008; and Edith Tiempo in Bayombong, Nueva Vizcaya and Virgilio Almario in San Miguel, Bulacan in 2009 - this could be the last ...";
arnews[5] += "
Publ.Date : Sat, 05 Dec 2009 08: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("