var conf = { playlist: undefined, plugins: undefined }; function flashembed (id) { var anchor = document.getElementById (id); var width = anchor.offsetWidth; anchor.parentNode.removeChild (anchor); var height = Math.round (width * 9 / 16) + 25; var iframe = "\x3ciframe src=\"http://www.horseandcountry.tv/embed/episode/iframe-contents/21539/__width__\" frameborder=\"0\" style=\"border:0px; width:__width__px; height:__height__px;\"\x3e\x3c/iframe\x3e"; iframe = iframe.replace (/__width__/g, String (width)); iframe = iframe.replace (/__height__/g, String (height)); document.write (iframe); }