var e = "nqzva@pozbayvarznexrgvat.pbz.nh";

$(function(){
	
	$('#banner').cycle({ 
		fx: 'fade',
		speed: 800,
		timeout: 3000,
	});
	
	var path = location.pathname;
	if ( path )
		$('#menu a[href$="' + path + '"]').addClass('active');
});

