var add_stylesheet_tag = function(src) { var link = document.createElement('link'); link.rel = 'stylesheet'; link.href = src; $("head").append(link); } add_stylesheet_tag('http://polls.twistmagazine.com//stylesheets/injectable.css') var inject_poll = function(poll) { $('#injected-poll').append(poll) } inject_poll("
")