var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: Jenny's the leader of the pack: JENNY Frost led the way at a Grease-themed bash last night in London. http://bit.ly/2WIwyx
";
arnews[0] += "Jenny's the leader of the pack: JENNY Frost led the way at a Grease-themed bash last night in London.";
arnews[0] += "
";
arnews[1]="stewart mercer: Sadie Frost Jenny Frost And Kate Moss Dress Up As The Pink Ladies Celebrity News Holy Moly
";
arnews[1] += "Sadie Frost Jenny Frost And Kate Moss Dress Up As The Pink Ladies Celebrity News Holy Moly -";
arnews[1] += "
";
arnews[2]="bendechovideos: Route-1 Feat. Jenny Frost - Crash Landing: Route-1 Feat. Jenny Frost - Crash Landing http://bendecho.to/30459df117
";
arnews[2] += "Route-1 Feat. Jenny Frost - Crash Landing: Route-1 Feat. Jenny Frost - Crash Landing";
arnews[2] += "
";
arnews[3]="bendecho: Route-1 Feat. Jenny Frost - Crash Landing
";
arnews[3] += "Route-1 Feat. Jenny Frost - Crash Landing -";
arnews[3] += "
";
arnews[4]="Herm Baskerville: @metaltax We are noncommitatally supportive of your life choices. Even the boob reduction. After all, it's not like you're Jenny Frost.
";
arnews[4] += "@";
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("