
$('#body').hide();
$.ajax({
			type: 'get',
			url: 'handler.php?time_start=1',
			success: function (html) {
			$('#body').show();
			
			}
		
		});

function sendValidate()
{
//	alert("hello")
//	$.ajax({
//		type: 'get',
//		url: 'handler.php?time_end=1',
//		success: function (html) {
//			
//			
//		
//		}
//	
//	});
$('#frmSample').submit();	
	
}