var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tattle2.Me: Johnny Depp Still Worthy of the Sexiest Man Alive Title(Vote) and Other News
";
arnews[0] += "Johnny Depp Still Worthy of the Sexiest Man Alive Title(Vote) and Other News -";
arnews[0] += "
";
arnews[1]="Hilary Duff Is Officially Done With “Gossip Girl” - http://www.hilarynews.com/2009/11/19/hilary-duff-is-officially-done-with-gossip-girl/
";
arnews[1] += "Hilary Duff Is Officially Done With “Gossip Girl” -";
arnews[1] += "
";
arnews[2]="shopgossipgirl: Check out @sgg_dan Dan Humphrey wearing 'Horizontal striped knit scarf' at http://bit.ly/2Dkk2f #GossipGirl
";
arnews[2] += "Check out @";
arnews[2] += "
";
arnews[3]="shopgossipgirl: Watch @sgg_dan Dan Humphrey wearing 'Mantoni Men's Brown Wool an...' at http://bit.ly/1pomxZ #GossipGirl
";
arnews[3] += "Watch @";
arnews[3] += "
";
arnews[4]="gina vetrone wilson: Chase Crawford. No shock. Penn Badgley. No surprise.
";
arnews[4] += "Chase Crawford. No shock. Penn Badgley. No surprise.";
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("