var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jay-Z’s ‘Empire’ rules U.S. singles chart - Stabroek News
";
arnews[0] += "NEW YORK (Billboard) – Jay-Z earned his fourth No. 1 on the Billboard Hot 100 singles chart on Thursday with “Empire State of Mind,” his collaboration with Alicia Keys. All of Jay-Z’s four chart-toppers have been collaborations, but this is ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[0] += "
";
arnews[1]="Jay Z Scores First Non Featured Hot 100 Hit - Singersroom
";
arnews[1] += "Previous Hot 100 chart-toppers for the rapper came from collaborative efforts with Mariah Carey (\"Heartbreaker\"), Rihanna (\"Umbrella\") and Beyonce (\"Crazy In Love\"). A milestone for Alicia Keys as well, \"Empire State of Mind\" ends up being her fourth ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:33:00 GMT";
arnews[1] += "
";
arnews[2]="Miley Cyrus Disses Jay-Z (Video) - Starpulse.com
";
arnews[2] += "When asked what Jay-Z song Cyrus was referring to in her chart topping hit, \"Party In The USA\", the 16-year-old replied with, \"I don't know, I didn't write the song. I picked the song because I needed something to go with my clothing line and I didn ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:22:00 GMT";
arnews[2] += "
";
arnews[3]="Busta Rhymes Names Rappers "Saving" The Music Biz, "Jay-Z [&] Lil ... - SOHH
";
arnews[3] += "From Busta's standpoint, the record industry has fallen victim to a lack in authentic records . Not disappointed, the rapper previously talked about his overall reaction to 2009's B.O.M.B. (Back On My Bullsh*t) performance on the charts. \"Reception ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:22:00 GMT";
arnews[3] += "
";
arnews[4]="Jay-Z’s ‘Empire’ rules U.S. singles chart - Stabroek News
";
arnews[4] += "NEW YORK (Billboard) – Jay-Z earned his fourth No. 1 on the Billboard Hot 100 singles chart on Thursday with “Empire State of Mind,” his collaboration with Alicia Keys. All of Jay-Z’s four chart-toppers have been collaborations, but this is ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[4] += "
";
totcount = 5;
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("