var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="shabooty: Lindsay Lohan Jealous Over Ex Samantha Ronson (Tweets)
";
arnews[0] += "Lindsay Lohan Jealous Over Ex Samantha Ronson (Tweets) -";
arnews[0] += "
";
arnews[1]="shabooty: :: Lindsay Lohan Jealous Over Ex Samantha Ronson (Tweets) http://bit.ly/ZDYYU
";
arnews[1] += ":: Lindsay Lohan Jealous Over Ex Samantha Ronson (Tweets)";
arnews[1] += "
";
arnews[2]="QueensSpeech: Courtenay semel says samantha ronson sabotaged her friendship with lindsay lohan... ( The Evil Beet / QueensSpeech )
";
arnews[2] += "Courtenay semel says samantha ronson sabotaged her friendship with lindsay lohan... ( The Evil Beet / QueensSpeech ) -";
arnews[2] += "
";
arnews[3]="Celebrity Gossip: Courtenay Semel Says Samantha Ronson Sabotaged Her Friendship with Lindsay Loha: I’ve had a weird fasc.. http://bit.ly/4ardlJ
";
arnews[3] += "Courtenay Semel Says Samantha Ronson Sabotaged Her Friendship with Lindsay Loha: I’ve had a weird fasc..";
arnews[3] += "
";
arnews[4]="JP Valdes: I was just told I look like Samantha Ronson by @laurentmunier. Who will be my Lindsay Lohan tonight? Must have mad drugs or a Bentley. LOL
";
arnews[4] += "I was just told I look like Samantha Ronson by @";
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("