I found the most awesome service that in my view makes for an awesome addition to anyones blog: MUSIC
http://totalphysiqueonline.com/ Go to my site and look to the sidebar above my delicions. See the player.
It is called Radio Blog Plugin and it even validates.
It streams a playlist of MP3's that you choose and customize for your own musical tastes.
In my case...Rob Zombie and Drowning Pool. Heheheh
Here is the code/script which is so much better than using embed, which never validates in xhtml
<script type="text/javascript" src="http://stat.radioblogclub.com/radio.blog/radio.blog.js"></script>
<script type="text/javascript">
RadioBlog.basepath = 'http://stat.radioblogclub.com/radio.blog/'
RadioBlog.playlist = 'http://www.radioblogclub.com/juke.blog.3.0/sounds/playlist?id=1' {editor note: your personal member number that calls your playlist goes here}
RadioBlog.width = '200px'
RadioBlog.height = '200px'
RadioBlog.color.body = '#ECECEC'
RadioBlog.color.border = '#BBBBBB'
RadioBlog.color.button = '#999999'
RadioBlog.color.player_text = '#666666'
RadioBlog.color.playlist_text = '#666666'
RadioBlog.start()
</script>
My question is this: is this legal?
I do not see how it could be.
I guess caution makes me lean toward wanting to remove it from my site. What do you guys think?