var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bob Desimon: Tony says: Bo Bice On The “Noble Things” Movie Soundtrack http://bit.ly/2r7tCw (via tonybatman.com)
";
arnews[0] += "Tony says: Bo Bice On The “Noble Things” Movie Soundtrack";
arnews[0] += "
";
arnews[1]="Peter Uchytil: Nov 1st birthdays from IMDB. Didn't know Bo Bice. Thought Jen McCarthy was my year. No, '72, but Sophie B. Hawkins is. http://bit.ly/gZmbi
";
arnews[1] += "Nov 1st birthdays from IMDB. Didn't know Bo Bice. Thought Jen McCarthy was my year. No, '72, but Sophie B. Hawkins is.";
arnews[1] += "
";
arnews[2]="mokelov: ♥ love tracks: The Real Thing by Bo Bice - #lastfm: http://bit.ly/1GqFLd
";
arnews[2] += "♥ love tracks: The Real Thing by Bo Bice -";
arnews[2] += "
";
arnews[3]="Bo Bice: #1 Unofficial Bo Bice site - Bona Fide Bice » Noble ...
";
arnews[3] += "Bo Bice: #1 Unofficial Bo Bice site - Bona Fide Bice » Noble ... -";
arnews[3] += "
";
arnews[4]="Shan: Going through my music and deleting things I don't need anymore, such as Bo Bice and Darude albums.
";
arnews[4] += "Going through my music and deleting things I don't need anymore, such as Bo Bice and Darude albums.";
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("