var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Palma and Barba Swing in Sayreville
";
arnews[0] += "Who says the kids don't appreciate the classics? Check out 'An Evening with Patsy Palma & Friends' and see 20somethings belt out Frank Sinatra, Engelbert Humperdinck, Andy Williams and more.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Antonella Barba swings in Sayreville
";
arnews[1] += "Who says the kids don't appreciate the classics? Check out \"An Evening with Patsy Palma & Friends\" and see 20somethings belt out Frank Sinatra, Engelbert Humperdinck, Andy Williams and more.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Palma and Barba swing in Parlin
";
arnews[2] += "Who says the kids don't appreciate the classics? Check out \"An Evening with Patsy Palma & Friends'' and see 20-somethings belt out Frank, Engelbert, Andy Williams and more.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Who says the kids don't appreciate the classics? Check out \"An Evening with Patsy Palma & Friends'' and see 20-somethings belt out Frank, Engelbert, Andy Williams and more.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:56:11 GMT";
arnews[3] += "
";
arnews[4]="Catholic University Gets Tougher on Sexual Assault, Remains Tough on Sex
";
arnews[4] += "The Catholic University of America this summer revised its student rules to clarify that the school condemns sexual assault more strongly than consensual sex.";
arnews[4] += "
Publ.Date : Wed, 19 Aug 2009 23:20:37 GMT";
arnews[4] += "
";
arnews[5]="Hundreds attend National Night Out
";
arnews[5] += "The borough was in sync with hundreds of towns across the nation this week, as residents celebrated the \"National Night Out\" event, the first of its kind to take place in town.";
arnews[5] += "
Publ.Date : Fri, 07 Aug 2009 12:40:32 GMT";
arnews[5] += "
";
arnews[6]="What Will Happen to the 2 So You Think You Can Dancers Who Stripped Down?
";
arnews[6] += "We're taking a timeout from this season's So You Think You Can Dance because, after Nigel Lythgoe's homophobic-y comments , the show has lost most of its pizazz.";
arnews[6] += "
Publ.Date : Wed, 29 Jul 2009 02:19:58 GMT";
arnews[6] += "
";
arnews[7]="Antonella Barba used to deliver malware
";
arnews[7] += "American Idol singer Antonella Barba's name A is being used in malware campaigns.";
arnews[7] += "
Publ.Date : Sat, 13 Jun 2009 01:27:39 GMT";
arnews[7] += "
";
totcount = 8;
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("