var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Johnny John Peters: Bonnie Somerville attends The Art of Elysium Genesis 10.10.09 8x http://is.gd/4eeLY
";
arnews[0] += "Bonnie Somerville attends The Art of Elysium Genesis 10.10.09 8x";
arnews[0] += "
";
arnews[1]=""Bleeding Love" - Jake Walden featuring Bonnie Somerville - Official Music Video
";
arnews[1] += "\"Bleeding Love\" - Jake Walden featuring Bonnie Somerville - Official Music Video -";
arnews[1] += "
";
arnews[2]="RAPatton: Amazon.com MP3 Daily Deal: Hogging All the Covers: Band From TV: MP3 Downloads
";
arnews[2] += "Amazon.com MP3 Daily Deal: Hogging All the Covers: Band From TV: MP3 Downloads -";
arnews[2] += "
";
arnews[3]="John R. Haigh: "Bleeding Love" - Jake Walden featuring Bonnie Somerville - Official Music Video: http://j.mp/QRA37
";
arnews[3] += "\"Bleeding Love\" - Jake Walden featuring Bonnie Somerville - Official Music Video:";
arnews[3] += "
";
arnews[4]="Josh Crain: Bonnie Somerville – Winding Road
";
arnews[4] += "Bonnie Somerville – Winding Road -";
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("