		$(document).ready(function(){
									   
				$(".cover", this).stop().animate({top:'130px'});
				$(".boxcaptionline").stop().css("opacity", 0);
				$(".blogen,.blogf,.contact").stop().css({"opacity": "0.4"});
				$(".blogenbox").fadeOut("fast");
				$(".contactbox").fadeOut("fast");
				$(".blogfbox").fadeOut("fast");
				$(".boxgrid").hover(
					function() {

						$(this).children(".2323").stop().animate({top:'-19px'},{queue:false,duration:250});
						$(this).children(".boxcaptionline").stop().animate({"opacity": "1"}, "slow");
						},
						function() {
							
						$(this).children(".boxcaptionline").stop().animate({"opacity": "0"}, "slow");
						$(this).children(".2323").stop().animate({top:'0'},{queue:false,duration:250});
						
					});
				$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'90px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
				});
				$('#logo').hover(function(){
					$(".kjlogo").fadeOut("slow");
				}, function() {
					$(".kjlogo").fadeIn("slow");
				});
					$('.blogen').hover(function(){
					$(".blogenbox").fadeIn("fast");$(this).stop().animate({"opacity": "1"}, "fast");
					}, function() {$(".blogenbox").fadeOut("fast");
					
					$(this).stop().animate({"opacity": "0.4"}, "fast");
				     });
$('.blogf').hover(function(){
					$(".blogfbox").fadeIn("fast");$(this).stop().animate({"opacity": "1"}, "fast");}, function() {$(".blogfbox").fadeOut("fast");
					$(this).stop().animate({"opacity": "0.4"}, "fast");
				     });
$('.contact').hover(function(){
					$(".contactbox").fadeIn("fast");	
					$(this).stop().animate({"opacity": "1"}, "fast");}, function() {$(".contactbox").fadeOut("fast");$(this).stop().animate({"opacity": "0.4"}, "fast");
				     });

$('.contact,.blogf,.blogen').hover(function(){
$(".men").hide();
}, function() {
$(".men").fadeIn("fast");
				     });
				
			});
