57
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-145274-3']);
_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>]]>
|
99
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('a#vitrinas').jqzoom();
});
</script>]]>
|
266
| <![CDATA[<script type="text/javascript">
window.onload = function() {
if (new Date() > new Date('2019-10-14T08:59:59-03:00'))
{
document.getElementById('aparecer').style.display = 'block';
document.getElementById('apagar').style.display = 'none';
}else{
document.getElementById('aparecer').style.display = 'none';
document.getElementById('apagar').style.display = 'block';
}
}
</script>]]>
|