Code:
var player = document.createElement("div");
player.class = "playerBox";
player.id = "idPlayerBox";
player.innerHTML = '<embed src="http://www.vocaroo.com/mediafoo.swf?playMediaID='
+ code + '&autoplay=o" width="220" height="140"
pluginspage="http://get.adobe.com/flashplayer/"
type="application/x-shockwave-flash"></embed>';
link.parentNode.replaceChild(player, link);