;
jQuery(document).ready(function($) { 

    $('#footer .city #menu_parent_635302').before('<br />');
    $('li:first a, br + li:first a', $('#footer .city')).css({'border':0, 'padding-left':0});

    /* social widget */
    $('.social_widget .switch a').click(function() {
        var $this = $(this);
        var widget_type = $this.attr('widget_type');

        $('.social_widget .section').hide();
        $('.section.'+widget_type, '.social_widget').show();
        $this.siblings().removeClass('active');
        $this.addClass('active');
        return false;
    });


    $('#header .extension .goSite ul').mouseleave(function() {
        $(this).hide();
    });

});
