var page_location_with_hash=null;

jQuery(document).ready(function(){
    $('#menu > h2 > a').FontEffect({outline:true,outlineColor1:"#111111",outlineWeight:1,mirror:false,shadow:true,shadowColor:"#333",shadowOffsetTop:-5,shadowOffsetLeft:2,shadowBlur:2,shadowOpacity:0.1,gradient:false,hideText:false});
    $('#slider').html('<img src="/local/slides/s1.png" alt="S Monikou Absolonovou" style="height:260px;width:159px" /><img src="/local/slides/s4.png" alt="S Jiřím Mádlem" style="height:260px;width:159px" /><img src="/local/slides/s5.png" alt="Smokie" style="height:260px;width:159px" /><img src="/local/slides/s6.png" alt="S Luďkem Sobotou style="height:260px;width:159px" /><img src="/local/slides/s3.png" alt="S Josefem Náhlovským" style="height:260px;width:159px" /><img src="/local/slides/s2.png" alt="S Daliborem Jandou" style="height:260px;width:159px" />');
    $('#slider_left').html('<img src="/local/slides/l2.png" alt="S Jiřím Mádlem" style="height:260px;width:159px" /><img src="/local/slides/l5.png" alt="Smokie" style="height:260px;width:159px" /><img src="/local/slides/l3.png" alt="S Josefem Náhlovským" style="height:260px;width:159px" /><img src="/local/slides/l1.png" alt="S Monikou Absolonovou" style="height:260px;width:159px" /><img src="/local/slides/l4.png" alt="S Jiřím Mádlem" style="height:260px;width:159px" /><img src="/local/slides/l6.png" alt="S Luďkem Sobotou style="height:260px;width:159px" />');
    $('#slider').cycle({fx:'scrollDown',speedIn:3000,speedOut:1000,easeIn:'bounceout',easeOut:'backin',delay:10000,timeout:15000});$('#slider_left').cycle({fx:'scrollDown',speedIn:3000,speedOut:1000,easeIn:'bounceout',easeOut:'backin',delay:10000,timeout:15000});
    $('h1.styluj').FontEffect({outline:true,outlineColor1:"#111111",outlineWeight:1,mirror:false,shadow:true,shadowColor:"#333",shadowOffsetTop:-5,shadowOffsetLeft:2,shadowBlur:2,shadowOpacity:0.1,gradient:false,hideText:false});
    $('.odstranit').click(function(){return window.confirm('Opravdu si přeješ tento záznam odstranit?');});
});

function upravObsahDleUrl(location){
var loc_a=location.split("#");
location=loc_a[1];
loc_a=location.split("=");
location=loc_a[1];
$("#rok").val(location);
zmenenRok(location);
}

function checkHash(){
   var wlocation;
    wlocation=new String(window.location);
    if(wlocation.valueOf()!= page_location_with_hash) {
        if( wlocation.indexOf("#")!=-1 && wlocation.indexOf("2")!=-1){
	    page_location_with_hash = new String(wlocation);
	    upravObsahDleUrl(wlocation.valueOf());
        }
        else{
	    window.location=wlocation.valueOf();
	}
    }
t=setTimeout("checkHash()",1000);
}
