var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Fredrik Andersson: It's not a question for Brian Boitano och what he would do. It's about what Alanis and Heather Nova would say? Or desperately seeking Susan.
";
arnews[0] += "It's not a question for Brian Boitano och what he would do. It's about what Alanis and Heather Nova would say? Or desperately seeking Susan.";
arnews[0] += "
";
arnews[1]="Ashley: Heather Nova – Walking Higher
";
arnews[1] += "Heather Nova – Walking Higher -";
arnews[1] += "
";
arnews[2]="jamil da silva: Heather Nova – Like Lovers Do: Like Lovers Do http://bit.ly/75GuTG
";
arnews[2] += "Heather Nova – Like Lovers Do: Like Lovers Do";
arnews[2] += "
";
arnews[3]="Ron: Top 3 weekly #lastfm artists: Luscious Jackson - 16. Heather Nova - 4. Veruca Salt - 3. http://bit.ly/2JHYDC
";
arnews[3] += "Top 3 weekly";
arnews[3] += "
";
arnews[4]="moderns: MOBy fuaturing Heather nova – Straight to hell
";
arnews[4] += "MOBy fuaturing Heather nova – Straight to hell -";
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("