// JavaScript Document

$(function() {
	   		$(document).mouseover(function()  {
			$('#reveal').delay(2000).fadeOut(2500);
		})
});
