var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="modelmotion: Jessica Lee Rose on Twitter....
";
arnews[0] += "Jessica Lee Rose on Twitter.... -";
arnews[0] += "
";
arnews[1]="Jessica: I commented on a YouTube video -- LMAO @ Jessica Lee Rose http://bit.ly/1kLGB3
";
arnews[1] += "I commented on a YouTube video -- LMAO @ Jessica Lee Rose";
arnews[1] += "
";
arnews[2]="modelmotion: GHOST TOWN with Jessica Lee Rose
";
arnews[2] += "GHOST TOWN with Jessica Lee Rose -";
arnews[2] += "
";
arnews[3]="jenlight: GHOST TOWN with Jessica Lee Rose
";
arnews[3] += "GHOST TOWN with Jessica Lee Rose -";
arnews[3] += "
";
arnews[4]="modelmotion: PoorPaul: Special guests Jessica Lee Rose & Jackson Davis
";
arnews[4] += "PoorPaul: Special guests Jessica Lee Rose & Jackson Davis -";
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("