window.onload = function() { var iframe = document.createElement('iframe'); iframe.setAttribute('id', 'headerTam'); iframe.setAttribute('src', 'http://www.paixaoporvoareservir.com.br/headertam/index.php?t=full&c=azul'); iframe.setAttribute('width', '100%'); iframe.setAttribute('height', '31'); iframe.setAttribute('frameborder', 'no'); iframe.setAttribute('align', 'center'); iframe.setAttribute('scrolling', 'no'); iframe.setAttribute('allowtransparency', 'true'); iframe.style.display = 'block'; iframe.style.margin = '0 auto'; if(navigator.appCodeName == 'Mozilla') { if(navigator.userAgent.indexOf('3.0') != -1) { if( location.host.indexOf('uat.cinetam.com.br') != -1 || location.host.indexOf('tam.cinetam.local') != -1 || location.host.indexOf('www.cinetam.com.br') != -1 || location.host.indexOf('uat.paixaopelorio.com.br') != -1 || location.host.indexOf('www.paixaopelorio.com.br') != -1 ) { document.body.insertBefore(iframe, document.getElementsByTagName('div')[0]); } else { document.body.insertBefore(iframe, document.body.children[0]); } } else { document.body.insertBefore(iframe, document.body.children[0]); } } else { document.body.insertBefore(iframe, document.body.children[0]); } };