var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Damaged - Danity Kane
";
arnews[0] += "The third group to be put together through the reality television series Making the Band -- O-Town being the first, Da Band being the second -- Danity Kane's membership includes five women who beat out hundreds of hopefuls.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:44:40 GMT";
arnews[0] += "
";
arnews[1]="Is This What Happens Diddy Doesn't Want You Anymore?
";
arnews[1] += "Is this what happens when you get kicked out the Bad Boy nest? Choppa City shows his true star potential.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 02:27:28 GMT";
arnews[1] += "
";
arnews[2]="Emerging R&B Phenomenon Rotimi To Release Hot New Single \"Already Know\"
";
arnews[2] += "Rotimi of Chicago, IL to release hot new single \"Already Know\" featuring Dawn from Danity Kane/Dirty Money Rotimi CHICAGO, IL - FrontRoSeat Productions recording artist Rotimi is set to release his smokin' hot new single, \"Already Know\" featuring Dawn from Danity Kane/Dirty Money.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Jason Derulo Will Release Self-Titled Debut Album on Beluga Heights/Warner Bros. Records on March 2n
";
arnews[3] += "Red-hot pop sensation Jason Derulo - the first artist signed to Warner Bros. Records' joint venture with multi-platinum songwriter and producer J.R. Rotem's label Beluga Heights - will release his eagerly anticipated, self-titled debut album on Beluga Heights/Warner Bros.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:35:56 GMT";
arnews[3] += "
";
arnews[4]="Jason Derulo Will Release Self-Titled Debut Album on Beluga...
";
arnews[4] += "Breakout Pop Artist's Album Will Feature No. 1 Smash Single \"Whatcha Say\" and Its Follow-up \"in My Head,\" Which is Currently Top 15 on the Pop Chart On Wednesday February 3, 2010, 9:58 am EST BURBANK, Calif.-- --Red-hot pop sensation Jason Derulo - the first artist signed to Warner Bros.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 17:42:24 GMT";
arnews[4] += "
";
arnews[5]="Zooey Deschanel
";
arnews[5] += "From Stevie Nicks' billowy dresses, to Grace Jones's power-suits, to Madonna's Gaultier bra, to Bjork's swan get-up, female musicians have a long history of making fashion statements.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 20:30:53 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("