4 строчка
$(document).ready(function(){
var offset = $("#fixed").offset();
$(window).scroll(function(){
if ($(window).scrollTop() > offset.top - 5) {
$("#fixed").css({'top': '5px', 'position': 'fixed'});
}
else {
$("#fixed").css({'top': offset.top, 'position': 'static'});
};
});
});
Номер кошелька вебмани написал в личку