$(document).ready(function() {
	$(document).pngFix();
});

function updateLog( link ) {
	$.ajax({
		async: false,
		type: "POST",
		url: document.URL,
		data: { ajaxFunction: 'updateLog', ajaxFile: 'ajax.php', link: link },
		success: function( data ){}
	});
}

function gethomebox( id ) {
	$('#fooldal1').hide();
	$('#fooldal2').hide();
	$('#fooldal3').hide();
	$('#fooldal'+id).show();
}
