$(function()
{
    $('#header').everyTime('1400s',
    function()
    {
            $.get("http://www.elstyl.pl/?action=sesja");
    });
});
