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("
\t
How many jeans have you bought from Wal-Mart?
\n\t
    \n\t\t\t
  1. \n\t\t\t
  2. \n\t\t\t
  3. \n\t\t\t
  4. \n\t
\n\t

\n
")