var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="America’s Hometown Thanksgiving Celebration gets underway - Patriot Ledger
"; arnews[0] += "With America’s Hometown Thanksgiving Celebration and its signature parade just days away, organizers are trying to involve as many people as possible in the celebration. WCVB Channel 5 newscasters Randy Price and Bianca de la Garza will host the ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:17:00 GMT"; arnews[0] += "
"; arnews[1]="PHOTO GALLERY: A weekend to celebrate - Abington Mariner
"; arnews[1] += "With America’s Hometown Thanksgiving Celebration and its signature parade just days away, organizers are excited to share all that this year’s celebration has to offer. Every year, organizers try to involve as many people as possible in the ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:45:00 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("
");document.write("
");