var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Matt Damon: Taking on a weighty role
"; arnews[0] += "THE last time Matt Damon had to change the way he looked for a movie role, he lost 40 pounds in 100 days and ended up on medication."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:31:11 GMT"; arnews[0] += "
"; arnews[1]="Photo courtesy Downey Chamber of Commerce
"; arnews[1] += "Celebrities have been announced for Downey's Holiday Lane Parade. Drum roll, please... Celeb grand marshals are Daniella and Alexandria Baltodano."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:47:13 GMT"; arnews[1] += "
"; arnews[2]="Farmington defends councilman's e-mails about Ranch development
"; arnews[2] += "A city councilman e-mailed developers, the mayor and another councilman about La Plata Ranch, angering two other councilors who said they should have discussed the development publicly."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:59:05 GMT"; arnews[2] += "
"; arnews[3]="Continue reading "an interview w/ BOAT (and videos from Coney Island) "
"; arnews[3] += "The band were on at both shows, probably due in part to vocal and ready-to-participate crowds who did not want them to stop playing."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:32:14 GMT"; arnews[3] += "
"; arnews[4]="The Informant! The strange tale of whistleblower Mark Whitacre
"; arnews[4] += "By Shereen Low The last time Matt Damon had to change the way he looked for a movie role, he lost 40 pounds in 100 days and ended up on medication."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:48:57 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("
");document.write("
");