var _container = document.getElementById('widget');
var _iframe = document.createElement('IFRAME');
_container.appendChild(_iframe);
_iframe.width = 620;
_iframe.height = 430;
_iframe.style.overflow = 'hidden';
_iframe.style.border = 'none';
_iframe.style.bgcolor = '#030303';
_iframe.src = 'http://warcraftzone.info/clickbank.php';
