// JavaScript Document
(function(){
  var url = "http://www.popling.net/widget/widget_remote.php";
  var current_location = window.location.hostname;
  url += "?" + "host=" + current_location  + "&widget_code="+popling_widget_key;
  document.write("<iframe src='" + url + "' height='350' scrolling='no' style='margin-bottom:10px;border:0;'  frameborder='0' border='0'></iframe>");
})()

