var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Calle 13: With the people, without a map
";
arnews[0] += "Calle 13 hit it big in a hurry. Unsettled by fame, MC Rene Perez set out to connect on a personal level with Latin America.";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 20:09:44 GMT";
arnews[0] += "
";
arnews[1]="Calle 13: With the people, without a map
";
arnews[1] += "Calle 13 hit it big in a hurry. Unsettled by fame, MC Rene Perez set out to connect on a personal level with Latin America.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 13:37:31 GMT";
arnews[1] += "
";
arnews[2]="Orphaned Starfish Foundation Has Successful Fifth Annual Gala in NYC
";
arnews[2] += "The Foundation also announced its first new program in Ethiopia, working together with Gelila Puck.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Orphaned Starfish Foundation Has Successful Fifth Annual Gala in NYC
";
arnews[3] += "The Foundation also announced its first new program in Ethiopia, working together with Gelila Puck.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Officer Gets an Order He Can't Refuse
";
arnews[4] += "Soldiers and prostitutes? Nothing new. But when Capt. Pantaleon Pantoja of the Peruvian Army gets involved, he approaches the project with military efficiency.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 23:28:12 GMT";
arnews[4] += "
";
arnews[5]="Central Jersey residents serve their country in armed forces
";
arnews[5] += "Air National Guard Airman Errol McCalla graduated from basic military training at Lackland Air Force Base, San Antonio, Texas.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 16:28:00 GMT";
arnews[5] += "
";
arnews[6]="Mr. and Mrs. Alan Bamdas
";
arnews[6] += "HANOVER -- Isabel Denise Collado and Alan Bamdas held their wedding ceremony in Punta Cana, Dominican Republic.";
arnews[6] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Princess Grace Awards Presented in Manhattan Oct. 21; Patinkin Gets Rainier Award
";
arnews[7] += "The 2009 Princess Grace Awards, honoring Tony winner Mandy Patinkin, are presented at the Cipriani 42nd Street Oct.";
arnews[7] += "
Publ.Date : Wed, 21 Oct 2009 05:32:08 GMT";
arnews[7] += "
";
arnews[8]="Pantale n y Las Visitadoras
";
arnews[8] += "Pantaleon y Las Visitadoras Reviewed by Mitch Montgomery Who knew the Peruvian army had so much fun? In Veronica Triana and Jorge Ali Triana's rendering of the Peruvian novel \"Pantaleon y las Visitadoras,\" difficult issues of duty, fidelity, and human nature are joyfully presented in raucous, sexually charged musical numbers and entertainingly ...";
arnews[8] += "
Publ.Date : Tue, 20 Oct 2009 01:15:30 GMT";
arnews[8] += "
";
totcount = 9;
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("