var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Tortured (2009)
";
arnews[0] += "The Tortured (2009)";
arnews[0] += "
";
arnews[1]="Stevie: Man-CandyJesse Metcalfe Gets into Z-Brand and You Should Too! Z-Brand for Guys and Girls!
";
arnews[1] += "Man-CandyJesse Metcalfe Gets into Z-Brand and You Should Too! Z-Brand for Guys and Girls! -";
arnews[1] += "
";
arnews[2]="Stevie: RT @ClosetOfStyle Don't u just love that photo? He makes that sweater hot! Jesse Metcalfe wear Z-Brand Cardi. http://bit.ly/1M0kti
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Stevie: Check out cutie pie Jesse Metcalfe wear Z-Brand Cardi.. Can I snuggle up in there with him? http://bit.ly/1M0kti #mens fashion
";
arnews[3] += "Check out cutie pie Jesse Metcalfe wear Z-Brand Cardi.. Can I snuggle up in there with him?";
arnews[3] += "
";
arnews[4]="Andrew: Shriya saran hot unseen lip kiss collections from
";
arnews[4] += "Shriya saran hot unseen lip kiss collections from -";
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("