var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Sean "Diddy" Combs Comes to a Friendlier Bay Area - NBC Bay Area
"; arnews[0] += "If further evidence was needed that the West Coast-East Coast hip hop rivalry has ended here it is: Sean \" Diddy \" Combs will be in the Bay Area today. The former Notorious B.I.G. sidekick found himself in the middle of the coastal rap wars of the ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 14:06:00 GMT"; arnews[0] += "
"; arnews[1]="Sean "Diddy" Combs Flakes on the Bay Area - NBC Bay Area
"; arnews[1] += "Sean \" Diddy \" Combs could finally have put to rest any lingering questions whether the West Coast-East Coast hip hop rivalry was dead. But the hip hop star cancelled a scheduled Bay Area apperence Monday. The former Notorious B.I.G. sidekick found ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 19:42:00 GMT"; arnews[1] += "
"; arnews[2]="Mike The Pike Prods With Sean 'Diddy' Combs on 'Last Train to Paris ... - Yahoo Finance
"; arnews[2] += "In preparation for his much anticipated album, 'Last Train to Paris,' Combs formed 'Dirty Money,' a group featuring Diddy with Dawn Richards of Danity Kane and songwriter Karenna. On topic, Combs has stated, \"Dirty Money is not about no drug money ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT"; arnews[2] += "
"; arnews[3]="Fimbres, Sanborn, Brown & More Cast In OZ The Musical, Munchkin ... - Broadway World
"; arnews[3] += "This winter season Oz, the musical will be following the yellow brick road to a city near you. The show features an all star cast including Aundre Fimbres from MTV's making the band and Danity Kane, Ryne Sanborn from Disney's Smash Hit \"High School ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Artist: Donnie Klang - Soundslam
"; arnews[4] += "At first, it might seem like Donnie Klang is getting an easy path to the top after spending hours in front of MTV cameras, but in many ways, he's got it tougher than most. As the next artist out the gate from The House That Sean Built, Donnie Klang ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:59: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("
");document.write("
");