var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RealTVfilms: Jessica Morris * Think Pink Emmy Style Lounge
";
arnews[0] += "Jessica Morris * Think Pink Emmy Style Lounge -";
arnews[0] += "
";
arnews[1]="#followfriday My lovelies who make me smile and giggle @megsly07 @jessica_morris @Becca_Boot @amayj
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Mr. Death: BLOODY MURDER- JESSICA MORRIS 1999 SLASHER HORROR DVD
";
arnews[2] += "BLOODY MURDER- JESSICA MORRIS 1999 SLASHER HORROR DVD -";
arnews[2] += "
";
arnews[3]="Bruce Vickers: Jessica Morris: http://bit.ly/1C9L75 nsfw
";
arnews[3] += "Jessica Morris:";
arnews[3] += "
";
arnews[4]="Bruce Vickers: Jessica Morris: http://bit.ly/1C9L75 nsfw
";
arnews[4] += "Jessica Morris:";
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("