756
| <![CDATA[<script>
window.onscroll = function () { myFunction() };
var header = document.getElementById("myHeader");
var sticky = header.offsetTop;
function myFunction() {
var sPath = window.location.pathname;
sPath.indexOf("atendimento/contato");
//sPath.indexOf("atendimento/contato") != 1;
if (sPath.indexOf("atendimento/contato") != 1) {
if (window.pageYOffset > sticky) {
header.classList.add("sticky");
} else {
header.classList.remove("sticky");
}
}
}
</script>]]>
|
776
| <![CDATA[<script>
$(document).ready(function () {
$('.select2').select2({
"language": "pt-BR"
});
});
</script>]]>
|
783
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2221285-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>]]>
|
796
| <![CDATA[<script>
//$(function () {
// $('#modalBanner').modal('show');
//});
if ($('#guiches').length) {
$('#right-col').hide();
};
</script>]]>
|