(function($) {
    custom_doc = function() {

        // Login-Box
        //--------------------
        
        $(".network").hover(function() {
            $(".network-toggle").slideToggle("fast");
        });        
        
    };

})(jQuery);




(function ($) {
    custom_win = function () {


        //Width Detection
        //------------------

        $('div.vcard .right').each(function () {
            var width = $(this).width();
            $(this).width(width - 100);
        });


        $('ol.commentlist li.comment').each(function () {
            $(this).css("display", "block");
        });

    };

})(jQuery);
