window['_bundleWidget'] = _bundleWidget; function _bundleWidget(s) { var cb_url = 'http://widget.curated.by/widget/bundle'; var n = 0; for(a in s) { cb_url += (n == 0) ? '?' + a + '=' + s[a] : '&' + a + '=' + s[a];n++; } // alert(cb_url); document.write('
'); var ifr = document.createElement('iframe'); ifr.src = cb_url; if(s.auto_width) { ifr.style.width = '100%'; } else { ifr.style.width = s.width + 'px'; } ifr.style.height = s.height + 'px'; ifr.style.borderWidth = '0px'; ifr.scrolling = 'no'; ifr.style.backgroundColor = 'transparent'; document.getElementById('_cb_outer_frame').appendChild(ifr); }