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='570px'; containerIframe.height='470px'; containerIframe.src = "http://vitrine25demarco.apontador.com.br/gnp/?action=widget_v1&lbsid=24V6829V&w=520&h=230"; containerIframe.scrolling='no'; this.container.appendChild(containerIframe); } widgetMontar("widget_Apt_24V6829V");