Event.addBehavior({
	'a#import_address_book:click' : function(event){
		showPlaxoABChooser('entered_invite_recipient_email_addresses', 'plaxo_share.html'); 
		return false;
   }
});


