function checkOrder(form){
	// perform any check on passed values here
	return true;
}