document.write('
'); widgetMontar = function(container) { if(typeof container == 'string') // Se o container for uma string, transforma-o em objeto { this.container = document.getElementById(container); } else if(typeof container == 'object') // Se o container for um objeto somente ajusta a variavel { this.container = container; } containerIframe = document.createElement('iframe'); containerIframe.frameBorder="0"; containerIframe.width='440px'; containerIframe.height='690px'; containerIframe.src = "http://vitrine25demarco.apontador.com.br/gnp/?action=widget_v1&lbsid=82B48TE4&w=390&h=450"; containerIframe.scrolling='no'; this.container.appendChild(containerIframe); } widgetMontar("widget_Apt_82B48TE4");