12
| <![CDATA[<script type="text/javascript">
$(document).ready(function () {
//$("#Close").click(function () { $("#divPoupup").css("display", "none"); });
$("#txtSearch").autocomplete("./Search.ashx", { minChars: 3, matchContains: true, scrollHeight: 700, selectFirst: true })
}); function onClickSearch(ID) { window.location = "./Noticia.aspx?ID=" + ID; } function onClickPage(ID) { window.location = "./Noticias.aspx?Page=" + ID; }</script>]]>
|
32
| <![CDATA[<script type="text/javascript">
$(function () {
$('.lightbox-image').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' }).append('<span></span>').find('span').css({ opacity: 0 });
$('.lightbox-image').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') })
$('.lightbox-a').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' });
$('.lightbox-a').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') })
});
</script>]]>
|
40
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22401445-22']);
_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>]]>
|
256
| <![CDATA[<script type="text/javascript">var addthis_config = { "data_track_addressbar": true };</script>]]>
|
270
| <![CDATA[<script type="text/javascript">var addthis_config = { "data_track_addressbar": true };</script>]]>
|
404
| <![CDATA[<script>
var ua = window.navigator.userAgent;
var isIE11 = /Trident.*rv[ :]*11\./.test(navigator.userAgent);
var msie = ua.indexOf("MSIE ");
if ((((msie > 0) && (parseInt(ua.substring(msie + 5, ua.indexOf(".", msie))) < 11)) === false) && isIE11 === false) {
$('#vlibras_include').html('<div vw class="enabled"><div vw-access-button class="active"></div><div vw-plugin-wrapper><div class="vw-plugin-top-wrapper"></div></div></div>');
new window.VLibras.Widget('https://vlibras.gov.br/app');
$(window).load(function () {
$('#vlibras_include img').each(function () {
$(this).attr("alt", "Imagem VLibras");
});
});
}
</script>]]>
|