var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Antonella Barba swings in Sayreville - Asbury Park Press
"; arnews[0] += "Check out \"An Evening with Patsy Palma & Friends\" and see 20somethings belt out Frank Sinatra, Engelbert Humperdinck, Andy Williams and more. The show takes place 8 p.m. Saturday at the Main Street Theatre, aka Garden Friends Preschool, at 3018 ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:07:00 GMT"; arnews[0] += "
"; arnews[1]="Palma and Barba swing in Parlin - MyCentralJersey.com
"; arnews[1] += "Check out \"An Evening with Patsy Palma & Friends'' and see 20-somethings belt out Frank, Engelbert, Andy Williams and more. The show takes place 8 p.m. Saturday at the Main Street Theatre, a.k.a. Garden Friends Preschool, located at 3018 Bordentown ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:36: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("
");