var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cameron: Orla Fallon – The Water Is Wide
";
arnews[0] += "Orla Fallon – The Water Is Wide -";
arnews[0] += "
";
arnews[1]="Rebeca Zuñiga: Worldwide singing star and former member of Celtic Woman, Orla Fallon comes to Sidewalks TV to talk about her new... http://bit.ly/29QZuY
";
arnews[1] += "Worldwide singing star and former member of Celtic Woman, Orla Fallon comes to Sidewalks TV to talk about her new...";
arnews[1] += "
";
arnews[2]="claire conover: Singer Orla Fallon braves it on her own
";
arnews[2] += "Singer Orla Fallon braves it on her own -";
arnews[2] += "
";
arnews[3]="TheRhodeShow: If you'd like to go to tonight's show at PPAC featuring Orla Fallon, formerly of Celtic Woman, answer this question... http://bit.ly/3Xy5S2
";
arnews[3] += "If you'd like to go to tonight's show at PPAC featuring Orla Fallon, formerly of Celtic Woman, answer this question...";
arnews[3] += "
";
arnews[4]="programaswarez: Orla Fallon - Distant Shore (2009)
";
arnews[4] += "Orla Fallon - Distant Shore (2009) -";
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("