function changeBanner() {
    var value = "-=158";
    if(parseInt($("#content .sidebar a.first").css("margin-top"), 10) <= -1106) {
        value = "0px";
    }
    $("#content .sidebar a.first").animate({marginTop: value});
}
