var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katy Tur Reminds Us of Our Love for Hot Weathergirls
";
arnews[0] += "While her boyfriend is chasing political firestorms, the Weather Channel's Katy Tur is out chasing real ones.";
arnews[0] += "
Publ.Date : Fri, 25 Sep 2009 20:23:36 GMT";
arnews[0] += "
";
arnews[1]="Sexy journalism
";
arnews[1] += "File this under \"It Was Bound to Happen.\" A video purporting to show a nude Erin Andrews, the sexpot sideline reporter for ESPN, is being shopped to websites and gossip rags.";
arnews[1] += "
Publ.Date : Fri, 24 Jul 2009 09:39:38 GMT";
arnews[1] += "
";
arnews[2]="Your Pick for Favorite Villaraigosa News Babe: Mirthala, By a Landslide
";
arnews[2] += "Sorry, Lu, it wasn't even close. Even though former local Telemundo/KVEA anchor Mirthala Salinas was embroiled in a much bigger scandal with Antonio Villaraigosa, voters of last week's Franklin Avenue Wednesday Poll overwhelmingly chose her as their favorite Mayor V galpal.";
arnews[2] += "
Publ.Date : Tue, 09 Jun 2009 08:20:58 GMT";
arnews[2] += "
";
totcount = 3;
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("