$(document).ready(function (){
	$('#tooltip').fadeIn(8000);
	$('#tooltip').fadeOut(10000);
});
