function gz_widget() {
  i = document.createElement("IFRAME");
  i.id = "gzw_0d34c40e6_frame";
  i.setAttribute("src", "http://braintrust.givezooks.com/campaigns/gray-ribbons-campaign/widgets/1241");
  i.frameBorder = '0';
  i.style.border = "0";
  i.style.width = "254px";
  i.style.height = "418px";
  i.scrolling = 'no';
  gzwDiv = document.getElementById("gzw_0d34c40e6");
  if (gzwDiv == null) {
    <!-- for backwards compatibility with old (non-unique) div id -->
    gzwDiv = document.getElementById('gzw');
    gzwDiv.id = "gzw_0d34c40e6";
  }
  if ((gzwDiv.childNodes.length == 0) || (gzwDiv.childNodes[0].nodeName != "IFRAME")) {
    gzwDiv.appendChild(i);
  }
}
gz_widget();  

