$(document).ready(function(){    $(".enter span").click(function(){        $("#authorization").slideToggle("slow");    });        $('.left-menu') .after('<br clear="all" >')    });
