var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ditto Music Help Unsigned Artists Gain Billboard Chart Placements
";
arnews[0] += "Suzi's new single 'Singing With Angels' has been released completely independently, with all the perks of being on a major label.'We have had staggering chart success in the UK and Ireland but US and Canadian artists need help as well.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="An uphill battle for Murray?
";
arnews[1] += "Michael Jackson 's personal physician, Dr. Conrad Murray, faces a steep uphill battle in fighting off the involuntary-manslaughter charges lodged against him Monday in Los Angeles.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Ditto Music Help Unsigned Artists Gain Billboard Chart Placements
";
arnews[2] += "Suzi's new single 'Singing With Angels' has been released completely independently, with all the perks of being on a major label.'We have had staggering chart success in the UK and Ireland but US and Canadian artists need help as well.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Mo' Money, Mo' P... - Notorious ...
";
arnews[3] += "In just a few short years, the Notorious B.I.G. went from a Brooklyn street hustler to the savior of East Coast hip-hop to a tragic victim of the culture of violence he depicted so realistically on his records.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:04:36 GMT";
arnews[3] += "
";
arnews[4]="TV best bets
";
arnews[4] += "Sports fans still recovering from last night's thrilling Super Bowl will have plenty of Winter Olympics to absorb starting Friday on NBC in Vancouver.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:47:41 GMT";
arnews[4] += "
";
arnews[5]="Becoming a Deejay, Leaving the P-J's
";
arnews[5] += "It's Just Begun: The Epic Journey of DJ Disco Wiz, Hip Hop's First Latino DJ, By Luis \"DJ Disco Wiz\" Cedeno, powerHouse Books, $22.95. The Rat That Got Away, by Allen Jones with Mark Naison, Fordham University Press, $29.95. What Else But Home: Seven Boys and an American Journey Between the Projects and the Penthouse, By Michael Rosen, ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:03:05 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("