 $(document).ready(function() {
  
  $('img#nav1').hover(function() {
	$(this).attr("src","teot_over.png");
		}, function() {
	$(this).attr("src","teot.png");
	});
	
	$('img#nav2').hover(function() {
	$(this).attr("src","blogi_over.png");
		}, function() {
	$(this).attr("src","blogi.png");
	});
	
	$('img#nav3').hover(function() {
	$(this).attr("src","suuntaviitta_over.png");
		}, function() {
	$(this).attr("src","suuntaviitta.png");
	});
	
	$('img#nav4').hover(function() {
	$(this).attr("src","proakatemia_over.png");
		}, function() {
	$(this).attr("src","proakatemia.png");
	});

	$('img#nav5').hover(function() {
	$(this).attr("src","tiimi_over.png");
		}, function() {
	$(this).attr("src","tiimi.png");
	});
	
	$('img#aini').hover(function() {
	$(this).attr("src","aini2.png");
		}, function() {
	$(this).attr("src","aini1.png");
	});
	
	$('img#juho').hover(function() {
	$(this).attr("src","juho2.png");
		}, function() {
	$(this).attr("src","juho1.png");
	});
	
	$('img#stina').hover(function() {
	$(this).attr("src","stina2.png");
		}, function() {
	$(this).attr("src","stina1.png");
	});
	
	$('img#hanna').hover(function() {
	$(this).attr("src","hanna2.png");
		}, function() {
	$(this).attr("src","hanna1.png");
	});
	
	$('img#ville').hover(function() {
	$(this).attr("src","ville2.png");
		}, function() {
	$(this).attr("src","ville1.png");
	});
	
	$('img#karkki').hover(function() {
	$(this).attr("src","karkki2.png");
		}, function() {
	$(this).attr("src","karkki1.png");
	});
	
	$('img#maiju').hover(function() {
	$(this).attr("src","maiju2.png");
		}, function() {
	$(this).attr("src","maiju1.png");
	});
	
	$('img#arttu').hover(function() {
	$(this).attr("src","arttu2.png");
		}, function() {
	$(this).attr("src","arttu1.png");
	});
	
	$('img#kalle').hover(function() {
	$(this).attr("src","kalle2.png");
		}, function() {
	$(this).attr("src","kalle1.png");
	});
	
	$('img#suvi').hover(function() {
	$(this).attr("src","suvi2.png");
		}, function() {
	$(this).attr("src","suvi1.png");
	});
	
	$('img#saana').hover(function() {
	$(this).attr("src","saana2.png");
		}, function() {
	$(this).attr("src","saana1.png");
	});
	
	$('img#edu').hover(function() {
	$(this).attr("src","edu2.png");
		}, function() {
	$(this).attr("src","edu1.png");
	});
	
	$('img#mari').hover(function() {
	$(this).attr("src","mari2.png");
		}, function() {
	$(this).attr("src","mari1.png");
	});
	
	$('img#janika').hover(function() {
	$(this).attr("src","janika2.png");
		}, function() {
	$(this).attr("src","janika1.png");
	});
	
	$('img#vilhu').hover(function() {
	$(this).attr("src","vilhu2.png");
		}, function() {
	$(this).attr("src","vilhu1.png");
	});
	
	$('img#iida').hover(function() {
	$(this).attr("src","iida2.png");
		}, function() {
	$(this).attr("src","iida1.png");
	});
	
	$('img#heidi').hover(function() {
	$(this).attr("src","heidi2.png");
		}, function() {
	$(this).attr("src","heidi1.png");
	});
	
	$('img#juuso').hover(function() {
	$(this).attr("src","juuso2.png");
		}, function() {
	$(this).attr("src","juuso1.png");
	});	

	$('img#facebook').hover(function() {
	$(this).attr("src","facebooklogo2.png");
		}, function() {
	$(this).attr("src","facebooklogo.png");
	});	

	$('img#wordpress').hover(function() {
	$(this).attr("src","wordpresslogo2.png");
		}, function() {
	$(this).attr("src","wordpresslogo.png");
	});	

	$('img#youtube').hover(function() {
	$(this).attr("src","youtubelogo2.png");
		}, function() {
	$(this).attr("src","youtubelogo.png");
	});

 });



