
function gz_widget() {
  
	i = document.createElement("IFRAME");
	i.setAttribute("src", "http://santabarbaranavyleague.givezooks.com/wish_lists/support-our-troops/widgets/27");
	i.style.border="0px";
	i.style.width = "280px";
	i.style.height = "627px";
  gzwDiv = document.getElementById("gzw_7XLPnsoKM");
  if (gzwDiv == null) {
    <!-- for backwards compatibility with old (non-unique) div id -->
    gzwDiv = document.getElementById('gzw');
    gzwDiv.id = "gzw_7XLPnsoKM";
  }
  if ((gzwDiv.childNodes.length == 0) || (gzwDiv.childNodes[0].nodeName != "IFRAME")) {
    gzwDiv.appendChild(i);
  }
}
gz_widget();  
