var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="liraz yerushalmi: isnt shane filan's voice just incredible? its really unique, suits every song! hes blessed, and if his mum wasnt stubborn there was no wl!(:
";
arnews[0] += "isnt shane filan's voice just incredible? its really unique, suits every song! hes blessed, and if his mum wasnt stubborn there was no wl!(:";
arnews[0] += "
";
arnews[1]="liraz yerushalmi: God bless.
";
arnews[1] += "God bless. <3 RT @";
arnews[1] += "
";
arnews[2]="liraz yerushalmi: Will ever shane filan not be on my mind all day?
";
arnews[2] += "Will ever shane filan not be on my mind all day?";
arnews[2] += "
";
arnews[3]="liraz yerushalmi: Shane filan, @robbiewilliams, @officialvernonk, @tommlothario & @adampitts, are the only men on my mind atm, honestly
";
arnews[3] += "Shane filan, @";
arnews[3] += "
";
arnews[4]="liraz yerushalmi: From @heatworld: "Who do you think is going to win @TheXFactor"? Shane Filan: "I'd like to see Olly win it"
";
arnews[4] += "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("