$(document).ready(function(){


	setTimeout(function() { $('#vitej').fadeOut(1000); }, 2000); 

    
});

