$(document).ready(function(){
	$("#nowe").click(function(){$("#reloadAuctions").fadeOut('slow').load("ajax/getNewestAuctions.php").fadeIn(); });
	$("#konczace").click(function(){$("#reloadAuctions").fadeOut('slow').load("ajax/getFinishAuctions.php").fadeIn(); });
	$("#news").click(function(){$("#reloadNews").fadeOut().load("ajax/getNews.php").fadeIn(); });
	$("#articles").click(function(){$("#reloadNews").fadeOut().load("ajax/getArticles.php").fadeIn(); });
}); 
