function addRemoveFavs(modelNum, homeType, addRemove){
	$.get('cfc/AJAX.cfc', {method: 'updateFavorites', model: modelNum, type: homeType, add: addRemove}, returnResults, 'json');
};

