var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Julianne Hough and Chuck Wicks Broke Up
";
arnews[0] += "Julianne Hough and Chuck Wicks Broke Up -";
arnews[0] += "
";
arnews[1]="jalmi: TERRA Lindsay Price e Josh Radnor terminam namoro: Os atores Lindsay Price, 32 anos, e Josh Radnor, 35, não estão ... http://bit.ly/1vdDFD
";
arnews[1] += "TERRA Lindsay Price e Josh Radnor terminam namoro: Os atores Lindsay Price, 32 anos, e Josh Radnor, 35, não estão ...";
arnews[1] += "
";
arnews[2]="Scott Baradell: (Attention Whores) Lindsay Price and Josh Radnor break up after a year
";
arnews[2] += "(Attention Whores) Lindsay Price and Josh Radnor break up after a year -";
arnews[2] += "
";
arnews[3]="Celebrity Gossip: Lindsay Price and Josh Radnor break up after a year: Let me start off by saying that the only reason I’.. http://bit.ly/RCX66
";
arnews[3] += "Lindsay Price and Josh Radnor break up after a year: Let me start off by saying that the only reason I’..";
arnews[3] += "
";
arnews[4]="Josh Radnor, aka #Ted #Mosby trennt sich von Lindsay Price (aka Victoryin Lipstick-Jungle): http://bit.ly/lq5wP
";
arnews[4] += "Josh Radnor, aka";
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("