/////////////////////////////////////////////////
// cuFon
/////////////////////////////////////////////////
//
Cufon.replace('.cufon', {
    fontFamily: 'Century Gothic', hover: true
}
);



/////////////////////////////////////////////////
// Przekierowanie
/////////////////////////////////////////////////
//
if (parent != self) top.location.href = 'http://www.czahowka.pl/';



/////////////////////////////////////////////////
// jQuery
/////////////////////////////////////////////////

/////////////////////////////////////////////////
// Ukrywanie diva
/////////////////////////////////////////////////
//

function hideDiv(divId) {
    $(divId).fadeOut("slow");
    return false;
}




/////////////////////////////////////////////////
// Document Ready
/////////////////////////////////////////////////
//
$(document).ready(function() {
    

    /////////////////////////////////////////////////
    // fancyBox
    /////////////////////////////////////////////////
    $("a[rel=galeria]").fancybox( {
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'titlePosition' 	: 'over',
        'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
            return '<span id="fancybox-title-over">Obrazek ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
        }
    }
    );
    
    
}
);
/////////////////////////////////////////////////
//

