function bp_aps_show_extra_affiliations()
{
    $second = bp_aps_get_linkable_affiliation('Second ');
    if (!empty($second)) {
        ?>
		<tr <?php 
        bp_field_css_class();
        ?>
>
			<td class="label">Second Professional Affiliation</td>
			<td class="data"><?php 
        echo $second;
        ?>
</td>
		</tr>
	<?php 
    }
    $third = bp_aps_get_linkable_affiliation('Third ');
    if (!empty($third)) {
        ?>
		<tr <?php 
        bp_field_css_class();
        ?>
>
			<td class="label">Third Professional Affiliation</td>
			<td class="data"><?php 
        echo $third;
        ?>
</td>
		</tr>
	<?php 
    }
}
    echo bp_aps_get_linkable_degree();
    ?>
</td>
			</tr>

			<?php 
    bp_aps_show_extra_degrees();
    ?>

			<tr <?php 
    bp_field_css_class();
    ?>
>
				<td class="label">Professional Affiliation</td>
				<td class="data"><?php 
    echo bp_aps_get_linkable_affiliation();
    ?>
</td>
			</tr>
			
			<?php 
    bp_aps_show_extra_affiliations();
    ?>

			<tr <?php 
    bp_field_css_class();
    ?>
>
				<td class="label">Research/Current Projects</td>
				<td class="data">
					<?php