//<script type="text/javascript">

//var ROOT = '/2009/basketball/';
var ROOT = '/';

$(function(){
        $("a[rel^='gallery']").prettyPhoto({theme:'dark_square'});

        if($("#page-Vitajte").length > 0){
	        $.prettyPhoto.open(ROOT+'intro.swf?width=500&height=333');
        }

});


