jQuery(document).ready(function() {
	jQuery("#newBlogForm").submit(function (event) {	
		return checkNewBlogForm();
	});
});
