<div class="entrycontent">
<h4><?php 
FBContestApplication::RenderContestField('FirstName');
?>
 <?php 
FBContestApplication::RenderContestField('LastName');
?>
<span class="details"><?php 
FBContestApplication::RenderContestField('City');
?>
 <?php 
FBContestApplication::RenderContestField('State');
?>
</span></h4>
<h5 class="right"><?php 
FBContestApplication::RenderContestField('Credate', 'M j, Y');
?>
</h5>
</div>
</div>
</div>
-->
<?php 
/*
Photos and Firstname

//Randy: Here are the other fields if you wish to pull them
<br>
LastName: <?php FBContestApplication::RenderContestField('LastName'); ?><br>
Address: <?php FBContestApplication::RenderContestField('Address'); ?><br>
Address2: <?php FBContestApplication::RenderContestField('Address2'); ?><br>
		<tr>
			<?php 
foreach (admin::$arrAnswerFields as $intIndex => $strAnswerField) {
    ?>
				<td>
					<?php 
    echo FBContestApplication::RenderContestField($strAnswerField);
    ?>
				</td>
			<?php 
}
?>
			
			<td>
				<a class='MFBDeleteBtn' href='#' action_parameter='<?php 
echo FBContestApplication::GetCurrentEntry()->IdContestEntry;
?>
'>
					Delete
				</a>
			</td>
		</tr>
<?php

FBContestApplication::RenderContestField('FullName');