var phoneLookUpCallback = {
	success:phoneLookUp.handleSuccess,
	failure:phoneLookUp.handleFailure,
	scope:phoneLookUp,
	argument:{
				'name':'bestillernavn_lookup',
				'company':'m_bestillerfirma',
				'address':'bestilleradresse_lookup',
				'zip':'bestillerpostnr_lookup',
				'city':'bestillerby_lookup'
	}
};