45
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-102028188-1');
</script>]]>
|
479
| <![CDATA[<script>
now = new Date;
document.write ("<div class='viewY' style='background-image: url(./img/slideMain/foto-"+(now.getMonth()+1)+".jpg);'></div>");
</script>]]>
|
1029
| <![CDATA[<script> now = new Date; document.write (now.getFullYear()); </script>]]>
|
1061
| <![CDATA[<script>
// Animations initialization
// new WOW().init();
jQuery("document").ready(function($){
var nav = $('#go-top');
var menuFixed = $('#main-menu');
$(window).scroll(function () {
if ($(this).scrollTop() >= 110) {
menuFixed.addClass("fixedTop");
menuFixed.removeClass("stickyTop");
nav.addClass("visible");
nav.removeClass("waves-effect");
} else {
menuFixed.addClass("stickyTop");
$("container"). attr ("style", "padding-top: 200px")
menuFixed.removeClass("fixedTop");
nav.removeClass("visible");
nav.removeClass("waves-effect");
}
});
});
</script>]]>
|