﻿$(window).load(function() {
    $('img.off').crossfade({'delay' : 600}, {'delay' : 900});
});

//$(document).ready(
//    function(){
//            $(".specialist").each(
//                function(index, item)
//                {
//                    if($(item).find(".photo").length > 0)
//                    {
//                        $(item).mouseover(function()
//                        {
//                            console.log($(item).find(".photo a"));
//                            $(item).find(".photo a").trigger("click");
//                        });
//                   }
//            }
//        );
//    }
//);