$(document).ready(function(){
		$('.modulenajnovije-vesti h3').click(function(){window.location.href='http://www.web-dizajn.si/vesti/web-programiranje/?Itemid=21';});
// 	$('#sanjaMenuHolder a').hover(
// 			function () {
// 			    $(this).stop();
// 			    $(this).animate({color: "#808285" }, 200 );
// 			},
// 			function () {
// 			    $(this).stop();
// 			    $(this).animate({color: "#fff" }, 200 );
// 			});

});

$(document).ready(function() {
	$('a.slikice').lightBox();
	$('.slikice a').lightBox();


	$('a.slikice img').hover(
						    function () {
							$(this).attr("src", $(this).attr("src").replace(/small_/, "over_small_"));
						    },
						    function () {
							$(this).attr("src", $(this).attr("src").replace(/over_small_/, "small_"));
						    });

});

$(window).bind('load', function() {
	var preload = new Array();
	$("a.slikice img").each(function() {
		s = $(this).attr("src").replace(/small_/, "over_small_");
		preload.push(s)
		    });
	var img = document.createElement('img');
	$(img).bind('load', function() {
		if(preload[0]) {
		    this.src = preload.shift();
		}
	    }).trigger('load');
    });


$(document).ready( function() {
		$('.mosmsgmodule').click(function(){$('.mosmsgmodule').hide()});
		//setTimeout("$('.mosmsgmodule').hide()", 3000);
	});

$(document).ready(function() {
	$('.stranacontent a:has(".klasa1")').lightBox();


		var slika = '<a href="http://www.web-dizajn.si/web-dizajn/web-dizajn-i-programiranje/izdelava-spletnih-predstavitev.html"><img src="http://www.web-dizajn.si/images/izrada-internet-prezentacija.png" alt="Izdelava spletnih predstavitev" title="Izdelava spletnih predstavitev" id="reklama" /></a>';
		$('.stranafrontpage .blog_leading .blogitem').append( slika );


$('.stranajportfolio .slikice a img').hover(
			function () {
				$(this).attr("src", $(this).attr("src").replace(/small_/, "over_small_"));
			},

			function () {
			    $(this).attr("src", $(this).attr("src").replace(/over_small_/, "small_"));

			});

});

// $(document).ready(function() {
// 		$('.strana15content .static1 .klasa4').append('<a href="javascript:show_details(\'static1\');" class="detalji">detalji</a>');
// 		$('.strana15content .static2 .klasa4').append('<a href="javascript:show_details(\'static2\');" class="detalji">detalji</a>');
// 		$('.strana15content .dynamic1 .klasa4').append('<a href="javascript:show_details(\'dynamic1\');" class="detalji">detalji</a>');
// 		$('.strana15content .dynamic2 .klasa4').append('<a href="javascript:show_details(\'dynamic2\');" class="detalji">detalji</a>');
// });


$(window).bind('load', function() {

    var preload = new Array();

    $(".stranajportfolio .slikice a img").each(function() {

        s = $(this).attr("src").replace(/small_/, "over_small_");

        preload.push(s)

    });

    var img = document.createElement('img');

    $(img).bind('load', function() {

        if(preload[0]) {

            this.src = preload.shift();

        }

    }).trigger('load');

});


function show_details( cclass ){
	$('.strana15content .'+cclass +' .klasa5').toggle();
}




