var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pop and Rock
";
arnews[0] += "Before I Self Destruct SINCE 50 Cent gambled and lost the last time he released an album -- remember The Bet with Kanye West over who'd sell more albums? -- this time, he's leaving little to chance.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:42:11 GMT";
arnews[0] += "
";
arnews[1]="50 plays it safe
";
arnews[1] += "Since 50 Cent gambled and lost the last time he released an album -- remember the bet with Kanye West over who'd sell more albums? -- he's leaving little to chance.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:52:19 GMT";
arnews[1] += "
";
arnews[2]="Everyth... - Fabolous / Keri Hil...
";
arnews[2] += "Check out a blazin' summer version of Fabolous' #1 jam, \"Make Me Better\" , along with four other hit performances and an interview, in this live Stripped debut!... Fabolous - Play All Biography Fabolous scored a bit hit, \"Can't Deny It,\" right out of the gate in 2001, instantly establishing himself as a rising East Coast rap star, the song's ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:16:42 GMT";
arnews[2] += "
";
arnews[3]="Diddy Toasts to Age 40 With Birthday Extravaganza
";
arnews[3] += "Jay-Z , Kim Kardashian , Young Jeezy , Bono , and Martha Stewart were some of the celebs that came out to party Thursday night for Sean \"Diddy\" Combs ' 40th birthday bash.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:17:17 GMT";
arnews[3] += "
";
arnews[4]="50 Cent plays it safe on new CD
";
arnews[4] += "Since 50 Cent gambled and lost the last time he released an album -- remember the bet with Kanye West over who'd sell more albums? -- he's leaving little to chance.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:15: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("