I've seen a few posts asking for this and another member created a embedible graphic (which is very cool).
I also wanted to display the current price of bitcoin from various USD exchanges on my site- in table format:
http://coinrepublic.com/website-tools/<script>
(function(){document.write('<div id="bitcoin"></div>');var e=document.createElement("script");e.src="http://coinrepublic.com/table_builder/loader.js";e.async=true;document.getElementById("bitcoin").appendChild(e)})()
</script>
Thought I'd add this to the community, created it originally for myself, but thought would be cool to share (and get exposure for my site)
Let me know what you think of it
David