var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stebani Cruz Releases Nely 'El Arma Secreta' Produced...
";
arnews[0] += "Stebani Cruz aka \"La Boricuba\" has released her single, \"Cougar in the House\", a blend of melodic Reggaeton and Latin Pop.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:06:35 GMT";
arnews[0] += "
";
arnews[1]="Telemundo Takes The 2010 Billboard Latin Music Awards To Puerto Rico
";
arnews[1] += "NBC's Telemundo has partnered with The Puerto Rico Tourism Company to take its popular music franchise the Billboard Latin Music Awards to the island in the spring of 2010.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:30:40 GMT";
arnews[1] += "
";
arnews[2]="What you're listening to: Cha-Cha Connor
";
arnews[2] += "Cha-Cha Connor singer What Connor is listening to : 1. ' Stoned Businessman ,' by Bonezone 2. ' Do Not Funeral ,' by the Terribles 3. ' Wanderlust King ,' by Gogol Bordello 4. ' The Fame ,' by Lady Gaga 5. ' James Bondage ,' by the Pansy Division 6. ' Fire Fire ,' by M.I.A. 7. ' The New Syntactic ,' by Siddharthveda 8. ' Be My Lover ,' by La Bouche ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:39:06 GMT";
arnews[2] += "
";
arnews[3]="Ita s (not) the end of the world
";
arnews[3] += "Contrary to the above song , it's not the end of the world as we know it for the Vancouver Canucks.";
arnews[3] += "
Publ.Date : Sun, 18 Oct 2009 08:19:54 GMT";
arnews[3] += "
";
arnews[4]="Genre Dictionary, 2000-09: From Crabcore To S---gaze
";
arnews[4] += "As soon as a musical movement gets a name, someone is already declaring it dead.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:46:22 GMT";
arnews[4] += "
";
arnews[5]="Reggaeton singer Daddy Yankee taking music classes
";
arnews[5] += "Reggaeton singer Daddy Yankee has told a Mexican newspaper that he's taking music classes - 17 years after he started his career.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 19:51:45 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("