$(document).ready(function(){
	
	//JS-Ajax számláló sok robot miatt
	$.get( "/index.php", { counter:1 } );
	
});
