$(document).ready(function () {
        $('#title').hide().fadeIn(5000);
    });
	
