var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dana Franks: Diddily Piddily Brings His Class & His Scent To HSN
";
arnews[0] += "Diddily Piddily Brings His Class & His Scent To HSN -";
arnews[0] += "
";
arnews[1]="Sarah: finding out that M. Stewzzles partied with P Diddy just made my day: http://is.gd/52P0Z [Martha Stewart at Diddy's 40th bday party]
";
arnews[1] += "finding out that M. Stewzzles partied with P Diddy just made my day:";
arnews[1] += "
";
arnews[2]="WhoaMellyNYC: Diddy Spent $3 Million On His 40th Birthday http://bit.ly/4ReGjy Nice to see he's cutting back.
";
arnews[2] += "Diddy Spent $3 Million On His 40th Birthday";
arnews[2] += "
";
arnews[3]="Simon Guy: Steve Saunders after multi-platinum success B2K are back in the uk and will be performing their 5 HIT SINGLES live at Oceana Swansea this WED (inc Uh Huh, Bump Bump Bump ft P.Diddy & Girlfriend) click for more info >>> GET LOST >>> B2K LIVE (WED 25-11-09).
";
arnews[3] += "Steve Saunders after multi-platinum success B2K are back in the uk and will be performing their 5 HIT SINGLES live at Oceana Swansea this WED (inc Uh Huh, Bump Bump Bump ft P.Diddy & Girlfriend) click for more info >>> GET LOST >>> B2K LIVE (WED 25-11-09). -";
arnews[3] += "
";
arnews[4]="Anne Blinch: Must see this! Sean Combs Debuts Fragrances on HSN: Filed under: Fragrance, Beauty, News Diddy do.. http://bit.ly/4TpqcN
";
arnews[4] += "Must see this! Sean Combs Debuts Fragrances on HSN: Filed under: Fragrance, Beauty, News Diddy do..";
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("