$(document).ready(function () {
	if ($('#confirm-fade')) {
		$('#confirm-fade').fadeOut(9000);
	}
});