var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alicia Keys & Jay-Z Join Starry Roster for ABC's 'American Music ... - Broadway World
";
arnews[0] += "Dick Clark productions President Orly Adelson announced today that Jay-Z will perform at the 2009 American Music Awards. This marks Jay-Z's second time performing on the American Music Awards. \"We are thrilled to have Jay-Z and Alicia Keys on stage ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:15:00 GMT";
arnews[0] += "
";
arnews[1]="Alicia Keys - Baltimore Sun
";
arnews[1] += "Alicia Keys' debut album, \"Songs in A Minor,\" produced a string of hits -- including \"Fallin'\" and \"A Woman's Worth\" -- and earned the R&B singer-songwriter five Grammy Awards. Her subsequent albums continued to spawn both radio hits and critical ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:38:00 GMT";
arnews[1] += "
";
arnews[2]="Video: Alicia Keys Debuts 'Empire State of Mind Part 2' - AceShowbiz
";
arnews[2] += "Alicia Keys plays the piano and performs live the sequel to Jay-Z's single 'Empire State of Mind' on iHeartRadio. © Sylvain Gaboury/PR Photos A sequel to Jay-Z and Alicia Keys ' duet track \"Empire State of Mind\" has just been unveiled. Alicia ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:07:00 GMT";
arnews[2] += "
";
arnews[3]="Adam Lambert Drags A Woman During American Music Awards Rehearsals - OnTheFlix
";
arnews[3] += "Adam Lambert drags a woman during American Music Awards rehearsals. The 2009 season 8 “American Idol” 2nd place finisher, Adam Lambert will be performing his new hit song, “For Your Entertainment” tomorrow night at the 2009 “American Music ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:50:00 GMT";
arnews[3] += "
";
arnews[4]="ALICIA KEYS AND FANS BUILD THE ELEMENTS OF FREEDOM WALL TO PROMOTE ... - Examiner
";
arnews[4] += "Get alerts when there is a new article from the Manhattan Events Examiner. Read Examiner.com's terms of use. SANTA MONICA, CA (November 18th, 2009) – On November 13th, twelve-time Grammy Award winning singer-songwriter and philanthropist Alicia ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:38:00 GMT";
arnews[4] += "
";
arnews[5]="Alicia Keys Launches Jewelry Line - Allie Is Wired
";
arnews[5] += "On Monday, the 12-time Grammy Award-winning songstress will introduce a jewelry collection called The Barber’s Daughters at a temporary shop at Collette Blanchard Gallery at 26 Clinton Street in Lower Manhattan. The store will be open on Monday and ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:44:00 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("