function validateQuickLink(formObj){
	// if no value do not submit
	if (formObj.quickLink.value.length == 0){	
		return false;
	}
}