var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aventura Frontman Says Group Had 'Connection' With Akon, Wyclef
";
arnews[0] += "But the four-man collective's work with Akon and Wyclef in the past really ignited their creative spirit, according to Aventura frontman Romeo.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 11:45:00 GMT";
arnews[0] += "
";
arnews[1]="Troubles reflected on Puerto Muerto's latest
";
arnews[1] += "\"Drumming for Pistols,\" the new record by Chicago indie duo Puerto Muerto, sounds like the perfect soundtrack for these times of recession and war.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 07:58:32 GMT";
arnews[1] += "
";
arnews[2]="Haiti airlift to resume...Baptist group says rescue was right...Mexican shootings
";
arnews[2] += "There's good news for Haitians seriously injured in the Jan. 12 earthquake. The U.S. military will resume bringing victims to the United States aboard its planes for medical treatment, ending a recent suspension.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 04:37:07 GMT";
arnews[2] += "
";
arnews[3]="Music Video: Nina Sky - a oeBEAUTIFUL PEOPLEa
";
arnews[3] += "MUSIC VIDEO: NINA SKY - \"BEAUTIFUL PEOPLE\" Saturday, January 30, 2010 Check out the official video from sisters/singers Nicole and Natalie Albino aka Nina Sky below.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 11:06:00 GMT";
arnews[3] += "
";
arnews[4]="Knitting fashion at Sundance Film Festival 2010 - free patterns
";
arnews[4] += "The Sundance Film Festival , held annually in Utah, is always an interesting collection of video art, documentaries, and little advertised low-budget films with valuable themes and messages.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Celebrity Make-Up Artist Introduces New Eye Shadow Palette for Cervical Cancer Awareness
";
arnews[5] += "In recognition of cervical cancer awareness month, Debra Macki , one of the industry's most sought after make-up artists, has created a new eye shadow palette to help raise awareness of this preventable cancer.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 16:54: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("