function searchCareer() {
	
	var objForm = document.viewForm;
	if (objForm) {
		objForm.submit();
	}
	
}

