
		
		// G.A. starts.
		var _gaq = _gaq || [];
		_gaq.push(['_setAccount', 'UA-17076320-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);
		})();
		// G.A. ends.


		jQuery(window).load(function() {
			$('body').css('display','none');
			$('body').fadeIn('1000');
			$('#slider-wrapper').css('height',  window.innerHeight-15);
			$('#slider').css('height',  window.innerHeight-15);
			$('#slider').css('width', window.innerWidth-15);
			
			
			// nivoslider init

			jQuery('#slider').nivoSlider({

				effect: 'boxRandom',

				animSpeed:1000,

				pauseTime:5000,

				startSlide:0,

				slices:15,

				directionNav:false,

				directionNavHide:true,

				controlNav:true,

				controlNavThumbs:true,

				keyboardNav:true,

				pauseOnHover:false,

				captionOpacity:0.0			});

		});

	
