curent_header = 5;
$(document).ready(function(){
    sch();
})

function sch()
{       
    if (curent_header==5) curent_header=1;else curent_header++;
    //$("#banner-top img").fadeOut();
    $("#banner-top img").attr('src', '/img/'+curent_header+'.jpg');
    try
    {
    clearTimeout(masa);
    }
    catch(e)
    {
        
    }
    masa=setTimeout("sch()",6000); 
    //$("#banner-top img").fadeIn();
}
