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.mmm-mag.com//stylesheets/injectable.css') var inject_poll = function(poll) { $('#injected-poll').append(poll) } inject_poll("
\t
Which guy do you love more?
\n\t
    \n\t\t\t
  1. \n\t\t\t
  2. \n\t
\n\t

\n
")