document.write('
'); var 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=540; containerIframe.height=382; containerIframe.src = "http://www.apontador.com.br/widget/widget1.html?lbsid=C40896220B1D2C1D23&width=530&height=318"; this.container.appendChild(containerIframe); } widgetMontar("widgetApontador_C40896220B1D2C1D23530318");