> var valid = SearchCode(result.code)
>
> looks nicer than:
>
> var valid = Mapifies.SearchCode(result.code) or var valid =
> jQuery('#map').jmaps('SearchCode', result.code);


Not if you've clobbered someone else's SearchCode function.  Or
createIcon, getCenter, getBounds, etc.  You're making an assumption
about the environment that you have no control over.

Reply via email to