$(function() {
	$('.hirlevelek_nospam_kep a').click(function() {
		$(this).parent('.hirlevelek_nospam_kep').find('img').toggle();
		this.blur();
		return false;
	});
});
