/* menu menu menu menu menu menu menu menu menu menu menu menu menu menu*/
$(window).ready(function () {
    $('#yMenu').xyMenu({
        speed: 250,
        subfolderclass: 'ymenu-folder'
    });

    $('#yMenu1').xyMenu({
        speed: 250,
        folderclass: 'ymenu-folder',
        folderclasshover: 'ymenu-folder-hover'
    });
});

/* photo photo photo photo photo photo photo photo photo photo photo photo*/
$(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({
        deeplinking: false
    });
});

/*google analitics*/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24371526-1']);
_gaq.push(['_trackPageview']);

(function() {
    var ga = document.createElement('script');
    ga.type = 'text/javascript';
    ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ga, s);
})();
