<? 
	include("general_settings.php4");
	
	$title = " Commissions: Jason Mernick - Jageaux";
	include("header.php4"); 
?>
		
			<table cellspacing="0" cellpadding="0" valign="top" align="left" border="0" width="100%">
			  <tr>
				<td valign="top" align="left" height="396">

					<table border="0" height="100%" width="350" cellpadding="5" cellspacing="5">
					  <tr>
						<td align="left" valign="top" height="10">
						
<? 
	include("LinkManager.php4"); 
	echo getMainlink("commissions");
?>
						
						</td>
					  </tr>
					  <tr>
						<td align="left" valign="top">


<center>

<a href="portfolio_commissions_2.php4">view slideshow</a>.

</center>

						</td>
					  </tr>
					</table>
								
				</td>
				<td width="100%" valign="top" align="left">

					<table border="0" cellpadding="5" cellspacing="5">
					  <tr>
					  	<td>

<? 

	include("admin/commissions.html"); 

?>

						
						</td>
					  </tr>
					</table>

				</td>
			  </tr>
			</table>
			
<? include("footer.php4"); ?>