9
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-47095032-1');
</script>]]>
|
63
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
$("#menur").click(function(){
$("#navegacao-principal, #navegacao-principal2").slideToggle();
});
});
</script>]]>
|
181
| <![CDATA[<script type="text/javascript">
<!--
$(document).ready(function() {
if ($.fn.treeview) {
$("#mn-navegacao-principal").treeview({
animated: "fast",
persist: "cookie",
cookieId: "mn-navegacao-principal",
domain: "www.procon.pr.gov.br",
path: "/"
});
}
});
-->
</script>]]>
|
232
| <![CDATA[<script type="text/javascript">
<!--
$(document).ready(function() {
if ($.fn.treeview) {
$("#mn-navegacao-principal2").treeview({
animated: "fast",
persist: "cookie",
cookieId: "mn-navegacao-principal2",
domain: "www.procon.pr.gov.br",
path: "/"
});
}
});
-->
</script>]]>
|
300
| <![CDATA[<script type="text/javascript">
$(document).ready(function() {
$("#imgCaptcha").fadeTo(300,1,function() {
changeCaptcha();
});
$("#imgCaptchaRefresh").click(function() {
changeCaptcha();
return false;
});
});
function changeCaptcha() {
$("#imgCaptcha").attr("src","http://www.procon.pr.gov.br/captcha.php?_="+((new Date()).getTime()));
}
</script>]]>
|
319
| <![CDATA[<script type="text/javascript">$('#form-recomendar').hide();</script>]]>
|
337
| <![CDATA[<script type="text/javascript">
<!--
var siteurl = "http://www.procon.pr.gov.br";
$(document).ready(function() {
$("#com_nome").focus(function() {
if($(this).val() == '' || $(this).val() == 'NOME') {
$(this).val('');
}
});
$("#com_nome").blur(function() {
if($(this).val() == '') {
$(this).val('NOME')
};
});
$("#com_email").focus(function() {
if($(this).val() == '' || $(this).val() == 'E-MAIL') {
$(this).val('');
}
});
$("#com_email").blur(function() {
if($(this).val() == '') {
$(this).val('E-MAIL')
};
});
$("#com_text").focus(function() {
if($(this).val() == '' || $(this).val() == 'COMENTÁRIO') {
$(this).val('');
}
});
$("#com_text").blur(function() {
if($(this).val() == '') {
$(this).val('COMENTÁRIO')
};
});
$('#list-comentarios').each(function(){
var max = 19;
if ($(this).find("li").length > max) {
$(this)
.find('li:gt('+max+')')
.hide()
.end()
.append(
$('<li class="more"><strong>Mais...</strong></li>').click( function(){
$(this).siblings(':hidden').show().end().remove();
})
);
}
});
});
function sharethis(site) {
var title = "Procon-informa-horarios-de-atendimento-durante-os-jogos-do-Brasil";
title = encodeURI(title);
var summary = "+No+dia+06+de+julho+de+2018%2C+o+atendimento+pessoal+no+%26oacute%3Brg%26atilde%3Bo+Procon-PR+acontecer%26aacute%3B+a+partir+das+09%3A00+%26agrave%3Bs+13h30%2C+tendo+em+vista+contido+na%26nbsp%3B++Circular+298%2F18++%26nbsp%3Bda+Casa+C%26iacute%3Bvil.+O+atendimento+funcionar%26aacute%3B...";
var stringFoto = '';
var i = 0;
$('#gallery-news div#gallery-wrapper ol#gallery-container li#gallery-page-1 ul li:lt(5)').each(function(index) {
stringFoto = stringFoto+"&p[images]["+i+"]="+$(this).find("a img").attr('src');
i++;
});
if ('' != '') {
if ('' != '')
var url = "http://www.procon.pr.gov.br///517,/"+title+".html";
else
var url = "http://www.procon.pr.gov.br///517/"+title+".html";
} else
var url = "http://www.procon.pr.gov.br/modules/noticias/article.php?storyid=517";
//var url = location.href;
// noticias versão 2.06 {
if (site == "facebook") shareurl = "https://www.facebook.com/sharer.php?u="+url;
else if (site == "whatsapp") shareurl = "whatsapp://send?text="+url; // inc versão 2.08
else shareurl = "https://twitter.com/share?text="+encodeURI("Procon informa: horários de atendimento durante os jogos do Brasil "); // alt versão 2.08
//else shareurl = "https://twitter.com/share?text="+encodeURI("Procon informa: horários de atendimento durante os jogos do Brasil ")+"&url="+url; // teste versão 2.08
//else shareurl = "https://twitter.com/share?text=Procon informa: horários de atendimento durante os jogos do Brasil "; // exc versão 2.08
// } noticias versão 2.06
window.open(shareurl);
}
//-->
</script>]]>
|