LMI.SavePlaces=(function(){var Y=YAHOO.util;var SavePlaces={getId:function(link){if(link.id.match(/listing_(.+)/)){return RegExp.$1;}
return"";},saveListing:function(e){var p,id=SavePlaces.getId(this);if(id){LMI.AjaxController.addToMyList(function(){},[id],null);p=LMI.Element.create('a',null,{href:'/my_places.html',className:'saved',textValue:LMI.Strings.getString('js.inplacespc')});this.parentNode.replaceChild(p,this);}
Y.Event.stopEvent(e);}};LMI.LinkBehavior.add('saveListing',SavePlaces.saveListing);return SavePlaces;})();