$(document).ready(function() {

	$('img').mousedown(function(event) {
		if($(this).parent('.tlo_img_big').length || $(this).parent('.tlo_img_akt').length || $(this).parent('.tlo_img_akt_roz').length || $(this).parent().parent('.tlo_img_akt').length || $(this).parent('.tlo_img_small').length || $(this).parent().parent('.tlo_img').length){
			if(event.which == 3){
				alert('© Sedfryz. All rights reserved.');
			}
		}
	});


});
