$(document).ready(function(){
		$(" a#leczenie").hover(function () 					{$("#box-a .image_news").toggleClass("hover");    });
		$("#box-a .image_news").hover(function () 			{$("#box-a .image_news").toggleClass("hover");    });
		$("#box-a .image_news").click(function() {
		window.location.href = '/leczenie-kobiet-w-ciazy'; 
		});
				
		$(" a#rekonstrukcja").hover(function () 			{$("#box-b .image_news").toggleClass("hover");    });
		$("#box-b .image_news").hover(function () 			{$("#box-b .image_news").toggleClass("hover");    });
		$("#box-b .image_news").click(function() {
		window.location.href = '/dziedziny-stomatologi/rekonstrukcja-zwarcia'; 
		});
		
		$(" a#media").hover(function () 					{$("#box-c .image_news").toggleClass("hover");    });
		$("#box-c .image_news").hover(function () 			{$("#box-c .image_news").toggleClass("hover");    });
		$("#box-c .image_news").click(function() {
		window.location.href = '/media'; 
		});
		
		$(" a#przyklady").hover(function () 				{$("#box-d .image_news").toggleClass("hover");    });
		$("#box-d .image_news").hover(function () 			{$("#box-d .image_news").toggleClass("hover");    });
		$("#box-d .image_news").click(function() {
		window.location.href = '/przyklady-naszych-prac-dentystycznych'; 
		});
		
			
		// przykaldy naszych prac
		$("#kompozyt").hover(function () {$("#kompozyt a").toggleClass("hoverpz");    });
		$("#ceramika").hover(function () {$("#ceramika a").toggleClass("hoverpz");    });
		$("#implantypz").hover(function () {$("#implantypz a").toggleClass("hoverpz");    });
		
 });
