<?php 
        if (strlen($entry->getLocalPosition()) > 0) {
            ?>
										<em><?php 
            echo $entry->getLocalPosition();
            ?>
</em><br>
									<?php 
        }
        ?>
									<?php 
        echo $entry->getLocalPhone();
        ?>
<br>
									<?php 
        echo $entry->getLocalEmail();
        ?>
								</td>
							</tr>
							<tr>
								<th>Local Address:</th>
								<td>
									<?php 
        echo $entry->getLocalAddress();
        ?>
<br>
									<?php 
        echo $entry->getLocalCSZ();
        ?>
								</td>
							</tr>