// JavaScript Document
function Postform()
{
  var robjForm = document.JobSearch
	return robjForm.submit();
}
