var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Donna D'Angelo: Celine Dion And The Bee Gees ~ "Immortality" BEAUTIFUL SONG TO LISTEN TO. ENJOY! ♫ http://blip.fm/~gs2fy
";
arnews[0] += "Celine Dion And The Bee Gees ~ \"Immortality\" BEAUTIFUL SONG TO LISTEN TO. ENJOY! ♫";
arnews[0] += "
";
arnews[1]="Donna D'Angelo: Celine Dion "When I Need You" TY @carinat @croxx @mizcosta @DjDiddlesSkittle @Unaturalsoul @frankenstrat @BestY... ♫ http://blip.fm/~gs1pu
";
arnews[1] += "Celine Dion \"When I Need You\" TY @";
arnews[1] += "
";
arnews[2]="Ron Capps: nicheprof Celine Dion - Don't Save it All for Christmas Day - 1998 Song from "These Are the Special Times" ping.fm/X9rZH
";
arnews[2] += "nicheprof Celine Dion - Don't Save it All for Christmas Day - 1998 Song from "These Are the Special Times" ping.fm/X9rZH -";
arnews[2] += "
";
arnews[3]="Ron Capps: Celine Dion - Don't Save it All for Christmas Day - 1998 Song from "These Are the Special Times" http://ping.fm/X9rZH
";
arnews[3] += "Celine Dion - Don't Save it All for Christmas Day - 1998 Song from \"These Are the Special Times\"";
arnews[3] += "
";
arnews[4]="Donna D'Angelo: TY @in2it: @dANGELofLOVE: Celine Dion "When I Need You" TY @carinat @mizcost @DjDiddlesSkittle @Unaturalsoul@fr... ♫ http://blip.fm/~gs4hc
";
arnews[4] += "TY @";
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("