var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Haley-O: @aliholden I'm missing Anne Boleyn, so it's not as good as the 1st season. But it's still hot & gorgeous (the show & Jonathan Rhys Meyers!)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Marriage to Jonathan Rhys Meyers 'would be lovely' says Reena Hammer
";
arnews[1] += "Marriage to Jonathan Rhys Meyers 'would be lovely' says Reena Hammer -";
arnews[1] += "
";
arnews[2]="Rob Madden: #Celebrities Marriage to Jonathan Rhys Meyers 'would be lovely' says Reena Hammer http://bit.ly/07rIBvR #Celebs #Telegraph
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Randy Caldwell: @KellieMerie Amusing, I have not seen anything Jonathan Rhys Meyers has been in. I'll need to work on my pop culture sensibilities.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Cansu Türkmen: Son 20 Yılın En İyi Film Müzikleri?
";
arnews[4] += "Son 20 Yılın En İyi Film Müzikleri?";
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("