var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kacey Tillotson: n cuz i luv it so much here is the Latin version of Ave Maria, out of Ireland with Chloe Agnew of Celtic Woman http://bit.ly/3fB6Vh
";
arnews[0] += "n cuz i luv it so much here is the Latin version of Ave Maria, out of Ireland with Chloe Agnew of Celtic Woman";
arnews[0] += "
";
arnews[1]="Calliope: Listening to: Chloe Agnew – Walking in the Air ♫ http://blip.fm/~d4lig
";
arnews[1] += "Listening to: Chloe Agnew – Walking in the Air ♫";
arnews[1] += "
";
arnews[2]="Calliope: Chloe Agnew – Walking in the Air ♫ http://blip.fm/~dw6eb
";
arnews[2] += "Chloe Agnew – Walking in the Air ♫";
arnews[2] += "
";
arnews[3]="Michel Monette: 2 min 18 de pure plaisir pour les oreilles http://bit.ly/ycRZg Chloe Agnew sings Vivaldi's ''Rain''
";
arnews[3] += "2 min 18 de pure plaisir pour les oreilles";
arnews[3] += "
";
arnews[4]="Matthew Horton: Celtic Woman / Chloe Agnew - ''O Holy Night''
";
arnews[4] += "Celtic Woman / Chloe Agnew - ''O Holy Night'' -";
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("