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>]]>
|
186
| <![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>]]>
|
237
| <![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>]]>
|
320
| <![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>]]>
|
339
| <![CDATA[<script type="text/javascript">$('#form-recomendar').hide();</script>]]>
|
357
| <![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-Pr-orienta-consumidores-sobre-a-Black-Friday.";
title = encodeURI(title);
var summary = "+Muita+gente+esperta+o+dia+de+A%26ccedil%3B%26otilde%3Bes+de+Gra%26ccedil%3Bas+comemorado+nos+Estados+Unidos+para+comprar+alguns+produtos+espec%26iacute%3Bficos.+A+cada+ano+a+promo%26ccedil%3B%26atilde%3Bo%2C+que+ocorre+na+%26uacute%3Bltima+sexta-feira+do+m%26ecirc%3Bs+de...";
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///520,/"+title+".html";
else
var url = "http://www.procon.pr.gov.br///520/"+title+".html";
} else
var url = "http://www.procon.pr.gov.br/modules/noticias/article.php?storyid=520";
//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-Pr orienta consumidores sobre a Black Friday."); // alt versão 2.08
//else shareurl = "https://twitter.com/share?text="+encodeURI("Procon-Pr orienta consumidores sobre a Black Friday.")+"&url="+url; // teste versão 2.08
//else shareurl = "https://twitter.com/share?text=Procon-Pr orienta consumidores sobre a Black Friday."; // exc versão 2.08
// } noticias versão 2.06
window.open(shareurl);
}
//-->
</script>]]>
|