$(document).ready(function() {
		$('a.thickbox').colorbox({contentCurrent : "Slika {current} od {total}",contentPrevious : "prethodna",contentNext : "sledeća",modalClose : "zatvori"} );
	$('.strana19 .counter1 #slike a:has(img)').colorbox();
	$('.stranacontact .blogitem a:has(img)').colorbox();
	$('.mosmsgmodule').click(function(){$('.mosmsgmodule').hide()});
	setTimeout("$('.mosmsgmodule').hide()", 3000);

	//	$('.stranafrontpage .counter1 h2 a').attr('href', '');
	$('.stranafrontpage .counter2 h2 a').attr('href', 'cardial-group/dijagnostika-i-terapija/index.php');
	$('.stranafrontpage .counter3 h2 a').attr('href', 'cardial-group/skola-zdravlja/index.php');

	$('a').click( function(){ $(this).blur()});
	});



