﻿$(function (event) {
        $(".connect_top .clearfix").bind('load', function(){
            $(this).hide();
        });

    
});
