var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diddy Celebrates 40th Birthday With Star-Studded Bash
";
arnews[0] += "Still fly, still relevant, still making multiple hustles lucrative. Sean \"Diddy\" Combs is 40 years old.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:42:09 GMT";
arnews[0] += "
";
arnews[1]="Skip a rope and fill in Blank as rapper
";
arnews[1] += "When Amanda Blank bounds onstage, prancing like a '60s go-go dancer, she's giddy, almost awkward, and all megawatt smiles.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="DX News Bits: 50 Cent, Diddy, Chris Brown
";
arnews[2] += "After popular web-based broadcasting platform Ustream successfully premiered Shakira 's recent video on its website, the site is now reaching out to other artists.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:30:42 GMT";
arnews[2] += "
";
arnews[3]="Diddy Turns 40
";
arnews[3] += "He may be turning 40, but Diddy still knows how to party. Today, at 7PM ET Diddy is doing a live webcast of his a oefantasy dreamlanda themed birthday party.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:08:00 GMT";
arnews[3] += "
";
arnews[4]="Thursday's Music Roundup
";
arnews[4] += "Rock journeyman wraps efforts with country legend, labors on new projects. [ MTV ] STONE TEMPLE PILOTS Postpone Tour to Finish Album Alt-rock band says reunion release \"will be coming out in the early spring.\" [ Stone Temple Pilots ] TOM WAITS , ANDREW BIRD , JIM JAMES Record With New Orleans Jazz Band Pete Seeger, Dr.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 16:57:42 GMT";
arnews[4] += "
";
arnews[5]="Crooning soulful sounds: The O'Jays, Charlie Wilson to perform in Capital City
";
arnews[5] += "Get ready to board the love train! Legendary R&B crooners the O'Jays, along with Charlie Wilson, former frontman of the GAP Band and a successful solo artist in his own right, are rolling into the Capital City for Alabama State University's Homecoming Concert.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("