var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen Rapoport: LA News Anchors I'd Like To See
";
arnews[0] += "Why can't a city with so much hometown talent find any to deliver its news? Even the valley's porn industry gets more respect than LA's journalists, and for good reason.";
arnews[0] += "
Publ.Date : Thu, 03 Dec 2009 19:09:23 GMT";
arnews[0] += "
";
arnews[1]="Katy Tur Reminds Us of Our Love for Hot Weathergirls
";
arnews[1] += "While her boyfriend is chasing political firestorms, the Weather Channel's Katy Tur is out chasing real ones.";
arnews[1] += "
Publ.Date : Fri, 25 Sep 2009 20:23:36 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("