function updateListing(letter,type) {
  new Ajax.Updater('listing_holder', 'showMemberListing',{parameters:'letter='+letter + '&type='+type } );
}
function changeAlfaType(type) {
 new Ajax.Updater('alfabet', 'showAlfabetListing',{parameters:'type='+type } );
}

