var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Fave: Sucka MC by Karrine Steffans #celebrityperfumes
";
arnews[0] += "Sucka MC by Karrine Steffans";
arnews[0] += "
";
arnews[1]="Global Grind: **GG Exclusive** Karrine Steffans-McCrary's Vixen Tips: How Not To Be A Stalker - http://bit.ly/4gXEPj
";
arnews[1] += "**GG Exclusive** Karrine Steffans-McCrary's Vixen Tips: How Not To Be A Stalker -";
arnews[1] += "
";
arnews[2]="Chris Bydemand: How Not To Be A Stalker....: **GlobalGrind Exclusive** Karrine Steffans-McCrary gives advice on how not to be a.. http://bit.ly/4pJij
";
arnews[2] += "How Not To Be A Stalker....: **GlobalGrind Exclusive** Karrine Steffans-McCrary gives advice on how not to be a..";
arnews[2] += "
";
arnews[3]="Charles Muhammad: STAR & BUC WILD: Karrine Steffans interview
";
arnews[3] += "STAR & BUC WILD: Karrine Steffans interview -";
arnews[3] += "
";
arnews[4]="Global Grind: **GG Exclusive** How Not To Be A Stalker w/ Karrine Steffans Pt. 2 - http://bit.ly/2eWG9m
";
arnews[4] += "**GG Exclusive** How Not To Be A Stalker w/ Karrine Steffans Pt. 2 -";
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("