<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
head
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=UTF-8"
/>
<
title
>Bíblia Online</
title
>
<
meta
name
=
"description"
content
=
"A Bíblia Online permite efetuar pesquisas nos textos bíblicos de uma forma fácil e prática."
/>
<
meta
name
=
"keywords"
content
=
"pesquisa, palavra, expressão, texto, livro, testamento, versículo, capítulo, cabeçalho, tradução, bíblia, Deus"
/>
<script type="text/javascript">
window.onload =
function
()
{
strSource = strBibleCustomLink +
'?fromUrl='
+ encodeURIComponent(document.location.href);
document.getElementById(
"iGugaBibleContainer"
).innerHTML =
'<iframe id="iGugaBibleFrame" src="'
+ strSource +
'" style="height: 1000px; width: 100%;" scrolling="no" frameborder="0" allowtransparency="true"></iframe>'
;
}
igPostMessage.receiveMessage(
function
(event)
{
if
((!isNaN(event.data)) && (event.data > 0))
{
document.getElementById(
"iGugaBibleFrame"
).style.height =
'100%'
;
document.getElementById(
"iGugaBibleContainer"
).style.height = event.data +
'px'
;
}
</script>
</
head
>
<
body
>
</
body
>
</
html
>