var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Idol Axes Season Nine Finalist Michael Lynche
";
arnews[0] += "It's not on the level of Antonella Barba blow job pictures getting leaked online, but we have our first American Idol controversy of the season.";
arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 19:52:09 GMT";
arnews[0] += "
";
arnews[1]="Antonella Barba Releases "The Christmas Song"
";
arnews[1] += "Antonella Barba of American Idol Season 6 premieres in the MP3 world with a big voice debut on \"The Christmas Song\" available today.";
arnews[1] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Palma and Barba Swing in Sayreville
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Antonella Barba swings in Sayreville
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Palma and Barba swing in Parlin
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Post a Comment
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 20 Nov 2009 17:56:11 GMT";
arnews[5] += "
";
totcount = 6;
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("