var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Who is norah jones http://chacha.com/q/58j96g9s
";
arnews[0] += "Who is norah jones";
arnews[0] += "
";
arnews[1]="iTunes UK Music: #music_pop iTunes UK best selling albums: "The Fall (Deluxe Version) - Norah Jones" © (C) 2009 Blue Note... http://tinyurl.com/y86vmdr
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="http://www.mp3sbay.com: [Free MP3 Music] Come Away with Me : Norah Jones Songs Torrent Download
";
arnews[2] += "[Free MP3 Music] Come Away with Me : Norah Jones Songs Torrent Download";
arnews[2] += "
";
arnews[3]="The Fall (Deluxe Version) - Norah Jones
";
arnews[3] += "The Fall (Deluxe Version) - Norah Jones -";
arnews[3] += "
";
arnews[4]="♪Don't Know Why - Norah Jones #jazz
";
arnews[4] += "♪Don't Know Why - Norah Jones";
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("