var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Villaraigosa and Garcetti, Soap Opera Stars
";
arnews[0] += "The \"All My Children\" episodes featuring Mayor Antonio Villaraigosa and City Council president Eric Garcetti are set to air next week.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:42:50 GMT";
arnews[0] += "
";
arnews[1]="Villaraigosa, Garcetti 'All My Children' appearances set for next week
";
arnews[1] += "Episodes of the ABC daytime drama \"All My Children,'' in which Mayor Antonio Villaraigosa and Councilman Eric Garcetti portray themselves, will air next week.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:34:13 GMT";
arnews[1] += "
";
arnews[2]="ABC Confirms veterans returning to AMC
";
arnews[2] += "ABC claimed that in moving All My Children to California that they were making a commitment to restore the show to its former glory days.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="McMenamin
";
arnews[3] += "PORTLAND, Ore. -- Benjamin Franklin once said, \"He that is good at making excuses is seldom good for anything else.\" There were plenty of built-in excuses available to the Lakers on Saturday.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 11:48:56 GMT";
arnews[3] += "
";
arnews[4]="We won't get fooled again
";
arnews[4] += "Unfortunately, you get to witness quite a few press conferences unveiling new head coaches on Maroons Road.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 10:57:01 GMT";
arnews[4] += "
";
totcount = 5;
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("