function render_gadget(data) {
  url = escape(window.location.href); document.getElementById('howcast_player_' + data.id).innerHTML = "<iframe id='howcast_player_iframe_" + data.id + "' src='http://www.howcast.com/players/" + data.id + "/embed?domain=" + url + "' width='" + data.width + "' height='" + data.height + "' frameborder='0' allowtransparency='true' scrolling='no'> </iframe>";
}

(function(){ var p_id=typeof howcast_player=='string'?escape(howcast_player):''; 
document.write("<div id='howcast_player_" + p_id + "'></div>");
document.write("<script type=\"text/javascript\" src=\"http://www.howcast.com/players/"+p_id+"/dimension?callback=render_gadget\"></script>")
})()
