$(document).ready(function(){
    $('#example').flash(
        { src: 'example.swf',
          width: 720,
          height: 480 },
        { version: 8 }
    );

	$("a[rel^='prettyPhoto']").prettyPhoto({theme: 'light_rounded'});
	if( window.location.hash 	) {
	        $.scrollTo( "#triptih", 1000, {} );
	};

    //gallery
/*
    $(".linklist li a").hover(function() {

        var img = $(this).attr("href");

        $(".wide-content img").attr("src", img);

    });
    $(".linklist li a").click(function(e) {

        e.preventDefault();

    });
*/
});
