$(document).ready(function() {
	
	prepareDynamicDates();
	jQuery("abbr.timeago").timeago();
	jQuery("abbr.home").timeago();
	jQuery("abbr.about").timeago();
	jQuery("abbr.ask").timeago();
	jQuery("abbr.complaints").timeago();
	jQuery("abbr.contact").timeago();
	jQuery("abbr.press").timeago();
	
	$('#menu li').hover(
		function () {
			$('ul', this).slideDown(100);
		},
		function () {
			$('ul', this).slideUp(100);        
		}
	);
	
	
	 $('#slider1').nivoSlider({ 
				pauseTime:5000, 
				pauseOnHover:false,
				directionNav:false, 
				controlNav:false 
		});
		
		setTimeout(function(){
			$('#slider2').nivoSlider({
				effect:'boxRandom,boxRain,boxRainReverse,boxRainGrow,boxRainGrowReverse', 
				pauseTime:5000, 
				pauseOnHover:false,
				directionNav:false, 
				controlNav:false,
				boxCols: 8,
				boxRows: 4 
			});
		}, 1000);
		
	
	$('#gallery').galleria({width:732,height:388,autoplay: 7000});
	
	
	$("tr:odd").css({'background-color':'#DFE0EB'});
	$("tr:even").css({'background-color':'#BEC1D6'});
	
	
	
});

Shadowbox.init({overlayOpacity: 0.8});

