var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " - "Elita+Loresca" - Google News"; document.title=document.title+ " "; arnews[0]="Iron News Man - February 5, 2010 - NBC Los Angeles
"; arnews[0] += "

Iron News Man - February 5, 2010
NBC Los Angeles
The forecast from NBC4 Meteorologist Elita Loresca calls for a start time temp in the upper-40s to mid-50s. It will also be cloudy and drizzly. ...

and more »
"; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 16:22:24 GMT+00:00"; arnews[0] += "
"; arnews[1]="Iron News Man - February 3, 2010 - NBC Los Angeles
"; arnews[1] += "

Iron News Man - February 3, 2010
NBC Los Angeles
Latest Surf City Marathon/Half Marathon weather forecast from Meteorologist Elita Loresca: Temps in the upper 40s to mid-50s at the start, ...

"; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 15:15:16 GMT+00:00"; 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("
");document.write("
");