var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="tutl: Zsuzsee13: @shanedawson Johnny Depp, Peter Facinelli, or Rachelle Lefevre.. or you:D
";
arnews[0] += "Zsuzsee13: @shanedawson Johnny Depp, Peter Facinelli, or Rachelle Lefevre.. or you:D -";
arnews[0] += "
";
arnews[1]="rommy: wondering where johnny depp's portrayal of gregory david roberts is sitting in terms of production #shantaram
";
arnews[1] += "wondering where johnny depp's portrayal of gregory david roberts is sitting in terms of production";
arnews[1] += "
";
arnews[2]="WhoaMellyNYC: Johnny Depp & Vanessa Paradis Family Photos http://bit.ly/6pVQU8 CUTE Family!
";
arnews[2] += "Johnny Depp & Vanessa Paradis Family Photos";
arnews[2] += "
";
arnews[3]="kat: really doesn't feel like working and wishes to be back in bed snuggling some kittehs. Or Johnny Depp. I'm not picky.
";
arnews[3] += "really doesn't feel like working and wishes to be back in bed snuggling some kittehs. Or Johnny Depp. I'm not picky.";
arnews[3] += "
";
arnews[4]="Yedda: Johnny Depp the Sexiest Man Alive?
";
arnews[4] += "Johnny Depp the Sexiest Man Alive? -";
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("