
// Google analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28716998-1']);
_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);
})();


// Jquery
/*
Cufon.replace('h1')('h2')('h3')('h4')('h5')('#myslidemenu a',{
    hover: 'true'
})
('#myslidemenu li li a',{
    textShadow: '1px 1px #ffffff',
    hover: 'true'
})('a.button', {
    hover: 'true'
})('.nivo-caption p');
*/

$(window).load(function() {
    $('#slider').nivoSlider({
        effect:'random',
        pauseTime:3000, // How long each slide will show
        directionNav:true, // Next and Prev navigation
        directionNavHide:true, // Only show on hover
        controlNav:true // 1,2,3... navigation                
    });
});

$('#noscript').remove();
