$(function() {   

           
        
        // SLIDESHOW by Juri
        
        var slideImages;
        
        switch(currentPage)
        {
        	case 'index':
        		slideImages = [
        			"images/bgslides/01.jpg",
        			"images/bgslides/03.jpg",
        			"images/bgslides/04.jpg",
        			"images/bgslides/05.jpg",
        			"images/bgslides/06.jpg",
        		];
        	break;
        	        	
        }
        		
        
        $('#slides').backgroundSlides(
        	slideImages,
        	{
        		startWidth: 1440,
        		startHeight: 900,
        		showLoading: false,
        		interval: 5000,
        		fadetime: 10,
        		random: true,
        	}
        );
        
              
        
        
        

});

		

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-5751641-6']);
  _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);
  })();

