| 32 | | |
| 33 | | $(window).load(function(){ |
| 34 | | $( ".ct" ).animate({ |
| 35 | | opacity: 1, |
| 36 | | }, 5000, function() { |
| 37 | | $(".bird").show(); |
| 38 | | birdSound.play(); |
| 39 | | }); |
| 40 | | var birdSound = document.getElementById('birdsound'); |
| 41 | | var birdTxt=document.getElementById('birdc'); |
| 42 | | birdTxt.onmouseover=function(){ |
| 43 | | birdSound.play(); |
| 44 | | return false; |
| 45 | | }; |
| 46 | | |
| 47 | | africa=document.getElementById("africasound"); |
| 48 | | africa.volume=0.3; |
| 49 | | |
| 50 | | $('.a-btn-2, .tx').hover(function(){ |
| 51 | | $('.cblock').toggleClass('furhover') |
| 52 | | }) |
| 53 | | }); |
| | 31 | $('[data-toggle="tooltip"]').tooltip(); |
| | 33 | <script> |
| | 34 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| | 35 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| | 36 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| | 37 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| | 38 | ga('create', 'UA-64467652-1', 'auto'); |
| | 39 | ga('send', 'pageview'); |
| | 40 | </script> |