

<html>
<head>
	<title>Instance Manager</title>
	
	
<style>
body, p, td {
	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

}

th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small; ! important;
}

th {
 text-align:left;
}
.adminbody {
	background-color: #c4c4c4;
}

.resourcelist {
	list-style-type:square;
	margin-top:5px;
	margin-bottom:10px;
}

.errorText {
	color: #CC0000; 
}

.successText {
	color: #008800; 
}

.loginWhiteText {
	color: #FFFFFF; 
	font-weight: bold;
}

.loginInvalidText {
	color: #CC0000; 
	font-weight: bold;
}

.loginCopyrightText {
	color: #000000;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #008A00; 
}

.iconLinkText {
	color: #FFFFFF;
	font-weight: bold;

	font-size: small;

}

.leftMenuLinkText {
	color: #6C7A83; 

	font-size: small;

}

.leftMenuLinkTextHighlighted {
	color: #123f61; 

	font-size: small;

	font-weight:bold;
}

.topMenuLinkText {
	color: #000000;
	font-size: x-small; 
}

.menuCFAdminText {
	color: #000000;
	font-weight: bold;
	

	font-size: small;

}

.menuAuxText {
	color: #6C7A83;
	
		font-size: small;
	
}

.menuHeaderText {
	color: #0072AC;
	font-weight: bold;

	font-size: x-small;

	text-transform:uppercase;
}

.menuTD {
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;*/
	background: #ececec;
}

.menuTDHeader {
	/* can delete me thinks */
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;*/
	background: #ececec url('/CFIDE/administrator/images/cap_menuitem_background.png') repeat-x;
}
.menuTDHeaderLeft {
	border-left-style:solid;
	border-left-width: 1px;
	border-color: #c4c4c4;
	background: #ececec url('/CFIDE/administrator/images/cap_menuitem_background.png') repeat-x;
}
.menuTDHeaderRight {
	border-right-style:solid;
	border-right-width: 1px;
	border-color: #c4c4c4;
	background: #ececec url('/CFIDE/administrator/images/cap_menuitem_background.png') repeat-x;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pageHeader {
	color: #0072AC;
	font-weight: bold;
	font-size: medium;
	margin-top: 5px;
	margin-bottom: 5px;
}

.currentuser {
	color: #0072AC;
	font-weight: bold;
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cellBlueSides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1D9DB;
	border-left-color: #C1D9DB;
}

.cellLeftBlueSide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5E3E6;
}

.cellRightAndBottomBlueSide {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5E3E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3E6;
}

.cell3BlueSides {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5E3E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5E3E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3E6;
}

.cell4BlueSides {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E3E6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5E3E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5E3E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3E6;
}

.cell2BlueSidesAndBlueBkgd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E3E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3E6;
	background-color: #E8F0F1;
}

.cellBlueTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1D9DB;
}

.cellBlueBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D9DB;
}

.cellBlueTopAndBottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1D9DB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D9DB;
}

.cellBordersBlue {
	border: 1px solid #C1D9DB;
}

.cellGrayBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E6E7;
}

.copyright {
	color: #000000;
	
		font-size: x-small;
	
}

.copyrightLink {
	color:#003399; 
	
		font-size: x-small;
	
}

.disabled {
	color: #999999;
}
.color-title		{background-color:888885;color:white;background-color:7A8FA4;}
.color-header		{background-color:ddddd5;}
.color-buttons		{background-color:ccccc5;}
.color-border		{background-color:666666;}
.color-row			{background-color:fffff5;}
.color-rowalert		{background-color:ffddaa;}
.buttn,.buttnText	{font-size:1em;font-family: tahoma,arial,Geneva,Helvetica,sans-serif;background-color:e0e0d5;}
</style>

	<link rel="SHORTCUT ICON" href="http://localhost:8300/CFIDE/administrator/favicon.ico">
	<meta name="Author" content="Copyright (c) 1995-2010 Adobe Systems, Inc. All rights reserved.">
</head>



<body style="background:#ececec">

<table width="100%" border="0" cellspacing="0" cellpadding="0">


<tr>
	<td><img src="/CFIDE/administrator/images/contentframetopleft.png" alt="" height="23" width="16"></td><td background="/CFIDE/administrator/images/contentframetopbackground.png"><img src="/CFIDE/administrator/images/spacer.gif" alt="" height="23" width="540"></td><td><img src="/CFIDE/administrator/images/contentframetopright.png" alt="" height="23" width="16"></td>
</tr>

  <tr>
	
    <td width="16" style="background:url('/CFIDE/administrator/images/contentframeleftbackground.png') repeat-y;"><img src="/CFIDE/administrator/images/spacer.gif" alt="" width="16" height="1"></td>
	
	<td>
		
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
		  <tr>
			<td width="12"><img src="/CFIDE/administrator/images/cap_content_white_main_top_left.gif" alt="" width="12" height="11"></td>
		    <td bgcolor="#FFFFFF"><img src="/CFIDE/administrator/images/spacer_10_x_10.gif" width="10" alt="" height="10"></td>
			<td width="12"><img src="/CFIDE/administrator/images/cap_content_white_main_top_right.gif" width="12" alt="" height="11"></td>
		  </tr>
		</table>
		
		
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
		  <tr>
		    <td width="10" bgcolor="#FFFFFF"><img src="/CFIDE/administrator/images/spacer_10_x_10.gif" alt="" width="10" height="10"></td>
			<td bgcolor="#FFFFFF">
				
				<table width="100%" border="0" cellspacing="0" cellpadding="5">
				  <tr valign="top">
					<td valign="top">




<tr>
	<td>&nbsp;</td>
	<td><br />
<!-- margin top -->


<h2 class="pageHeader"> Instance Manager</h2>
<br>
<p>

	ColdFusion Enterprise lets you create and manage new server instances. These can be created and run locally (on this machine)
	or they can be remote servers that you can register with clusters.
 
</p>


	<table border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td>
				<form name="addloc" action="addserver.cfm?servertype=addlocal" method="post">
					
					<input type="submit" title="Add New Instance" name="slocal" value="Add New Instance" class="buttn">
				</form>
			</td>
			<td>&nbsp;</td>
			<td>
				<form name="addloc" action="addserver.cfm?servertype=addremote" method="post">
					
					<input type="submit" title="Register Remote Instance" name="sremote" value="Register Remote Instance" class="buttn"> 
				</form>
			</td>
		</tr>
		<tr>
			<td height="20" colspan="2">&nbsp;</td>
		</tr>
	</table>

<script>
	function zopen(arg) {
		window.open("index.cfm?cluster=" + arg, "_self");
	}
</script>


<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
	<td bgcolor="#E2E6E7" class="cellBlueTopAndBottom">


<table width="100%" cellpadding="0" cellspacing="0">
	<td>
	
		<td height="20" colspan="7" nowrap>&nbsp; <b> Available Servers</b></td>
	
			<td height="20" colspan="3" align="right">
			&nbsp; <b> Filter by Cluster </b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
			<select name="clustfilter" onchange="zopen(this.value);" class="label">
			
			<option value="343-GUILTY-SPARK">&lt;&lt;ALL&gt;&gt; 
			</select>
		</td>
	</td>
</table>


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

	
	<table border="0" cellpadding="2" cellspacing="0" width="100%">
	<tr>

    <td scope="col" nowrap align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> Actions</strong>&nbsp; &nbsp;</td>
    <td scope="col"  nowrap width="75%"align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> Name </strong>&nbsp; &nbsp;</td>
    <td scope="col"  nowrap width="75%"align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> Server Directory</strong>&nbsp; &nbsp;</td>
    <td scope="col"  nowrap align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> HTTP Port </strong>&nbsp; &nbsp;</td>
    <td scope="col"  nowrap align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> Remote Port</strong>&nbsp; &nbsp;</td>
    <td scope="col"  nowrap align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> Host </strong>&nbsp; &nbsp;</td>
	
    	<td scope="col" nowrap align="left" bgcolor="#F3F7F7" class="cellBlueTopAndBottom">&nbsp;<strong> Cluster</strong>&nbsp; &nbsp;</td>
	
</tr>

 
	<script language="JavaScript">


		function checkLength(obj) {
			if (obj.value.length > 0) {
				document.forms[0].elements.inc_entman.checked = false;
				document.forms[0].elements.inc_entman.disabled = true;
			}
			else {
				document.forms[0].elements.inc_entman.checked = true;
				document.forms[0].elements.inc_entman.disabled = false;
			}
		}

		function running(run) {
			if (run == 'NO') return false;

			return true;
		}

		function conf(running,msg,server) {
			if (running == 'YES' || server=='admin') {
				alert(msg);
				return false;
			}
			else {
				return confirm(msg);
			}
		}

		function checkVal(val) {
			if ((val < 0) || (val > 100) || isNaN(val)) {
				alert("Please enter a number between 0 and 100");
				document.forms["svrweight"].clusterweight.disabled = true;
			}
			else {
				document.forms["svrweight"].clusterweight.disabled = false;
			}
		}
	</script>

		<tr valign="top" bgcolor="white">
			<td nowrap class="cell3BlueSides">
				<table>
				
					<tr>
					
						<td><a href="addserver.cfm?servertype=editlocal&servername=bsa"><img src="../images/iedit.gif" height="16" width="16" border="0" alt="Edit" title="Edit"></a></td>
					
					<td><a href="index.cfm?action=stop&server=bsa" onclick="return running('YES')"><img src="../images/istop.gif" height="16" width="16" border="0" alt="Stop" title="Stop"></a></td>
					<td><a href="index.cfm?action=start&server=bsa" onclick="return !running('YES');"><img src="../images/istart_disabled.gif" height="16" width="16" border="0" alt="Start" title="Start"></a></td>
					<td><a href="index.cfm?action=restart&server=bsa" onclick="return running('YES')"><img src="../images/irestart.gif" height="16" width="16" border="0" alt="Restart" title="Restart"></a></td>
					<td><a href="" onclick="return conf('YES','Running Servers cannot be deleted. Please stop the server then it can be deleted.','bsa');"><img src="../images/idelete_disabled.gif" height="16" width="16" alt="Delete" title="Delete" border="0"></a></td>


				
				<td><a target='_blank' href='http://127.0.0.1:8301'><img src='../images/view.gif' height='16' width='16' alt='Website' title='Website' border='0'></a></td>
				<td><a target='_blank' href='http://127.0.0.1:8301/CFIDE/administrator'><img src='../images/irepair.gif' height='16' width='16' alt='CF Admin' title='CF Admin' border='0'></a></td>
				</tr>
				</table>
			</td>
			
			<td height="20" nowrap class="cellRightAndBottomBlueSide">
				&nbsp;

					
						<a href="addserver.cfm?servertype=editlocal&servername=bsa">bsa</a>
					
				&nbsp; &nbsp;&nbsp;<br/>
			</td>

            
			<td height="20" nowrap class="cellRightAndBottomBlueSide">&nbsp;/opt/jrun4/servers/bsa&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;8301&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;2908&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;localhost&nbsp; &nbsp;</td>
			
				<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;
				none 
			&nbsp; &nbsp;</td>
		</tr>
	
		<tr valign="top" bgcolor="white">
			<td nowrap class="cell3BlueSides">
				<table>
				
					<tr>
					
						<td><a href="addserver.cfm?servertype=editlocal&servername=edp"><img src="../images/iedit.gif" height="16" width="16" border="0" alt="Edit" title="Edit"></a></td>
					
					<td><a href="index.cfm?action=stop&server=edp" onclick="return running('YES')"><img src="../images/istop.gif" height="16" width="16" border="0" alt="Stop" title="Stop"></a></td>
					<td><a href="index.cfm?action=start&server=edp" onclick="return !running('YES');"><img src="../images/istart_disabled.gif" height="16" width="16" border="0" alt="Start" title="Start"></a></td>
					<td><a href="index.cfm?action=restart&server=edp" onclick="return running('YES')"><img src="../images/irestart.gif" height="16" width="16" border="0" alt="Restart" title="Restart"></a></td>
					<td><a href="" onclick="return conf('YES','Running Servers cannot be deleted. Please stop the server then it can be deleted.','edp');"><img src="../images/idelete_disabled.gif" height="16" width="16" alt="Delete" title="Delete" border="0"></a></td>


				
				<td><a target='_blank' href='http://127.0.0.1:8304'><img src='../images/view.gif' height='16' width='16' alt='Website' title='Website' border='0'></a></td>
				<td><a target='_blank' href='http://127.0.0.1:8304/CFIDE/administrator'><img src='../images/irepair.gif' height='16' width='16' alt='CF Admin' title='CF Admin' border='0'></a></td>
				</tr>
				</table>
			</td>
			
			<td height="20" nowrap class="cellRightAndBottomBlueSide">
				&nbsp;

					
						<a href="addserver.cfm?servertype=editlocal&servername=edp">edp</a>
					
				&nbsp; &nbsp;&nbsp;<br/>
			</td>

            
			<td height="20" nowrap class="cellRightAndBottomBlueSide">&nbsp;/opt/jrun4/servers/edp&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;8304&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;2912&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;localhost&nbsp; &nbsp;</td>
			
				<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;
				none 
			&nbsp; &nbsp;</td>
		</tr>
	
		<tr valign="top" bgcolor="FFFF99">
			<td nowrap class="cell3BlueSides">
				<table>
				
					<tr>
					
						<td><img src="../images/iedit_disabled.gif" height="16" width="16" border="0" alt="Start server to edit" title="Edit"></td>
					
					<td><a href="index.cfm?action=stop&server=mir" onclick="return running('NO')"><img src="../images/istop_disabled.gif" height="16" width="16" border="0" alt="Stop" title="Stop"></a></td>
					<td><a href="index.cfm?action=start&server=mir" onclick="return !running('NO');"><img src="../images/istart.gif" height="16" width="16" border="0" alt="Start" title="Start"></a></td>
					<td><a href="index.cfm?action=restart&server=mir" onclick="return running('NO')"><img src="../images/irestart_disabled.gif" height="16" width="16" border="0" alt="Restart" title="Restart"></a></td>
					<td><a href="index.cfm?action=delete&server=mir" onclick="return conf('NO','Are you sure you want to delete this server? All resources will be deleted. They cannot be recovered.','mir');"><img src="../images/idelete.gif" height="16" width="16" alt="Delete" title="Delete" border="0"></a></td>


				
				<td><a target='_blank' href='http://127.0.0.1:8302'><img src='../images/view.gif' height='16' width='16' alt='Website' title='Website' border='0'></a></td>
				<td><a target='_blank' href='http://127.0.0.1:8302/CFIDE/administrator'><img src='../images/irepair.gif' height='16' width='16' alt='CF Admin' title='CF Admin' border='0'></a></td>
				</tr>
				</table>
			</td>
			
			<td height="20" nowrap class="cellRightAndBottomBlueSide">
				&nbsp;

					mir 
				&nbsp; &nbsp;&nbsp;<br/>
			</td>

            
			<td height="20" nowrap class="cellRightAndBottomBlueSide">&nbsp;/opt/jrun4/servers/mir&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;8302&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;2909&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;localhost&nbsp; &nbsp;</td>
			
				<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;
				none 
			&nbsp; &nbsp;</td>
		</tr>
	
		<tr valign="top" bgcolor="FFFF99">
			<td nowrap class="cell3BlueSides">
				<table>
				
					<tr>
					
						<td><img src="../images/iedit_disabled.gif" height="16" width="16" border="0" alt="Start server to edit" title="Edit"></td>
					
					<td><a href="index.cfm?action=stop&server=mobi-mir" onclick="return running('NO')"><img src="../images/istop_disabled.gif" height="16" width="16" border="0" alt="Stop" title="Stop"></a></td>
					<td><a href="index.cfm?action=start&server=mobi-mir" onclick="return !running('NO');"><img src="../images/istart.gif" height="16" width="16" border="0" alt="Start" title="Start"></a></td>
					<td><a href="index.cfm?action=restart&server=mobi-mir" onclick="return running('NO')"><img src="../images/irestart_disabled.gif" height="16" width="16" border="0" alt="Restart" title="Restart"></a></td>
					<td><a href="index.cfm?action=delete&server=mobi-mir" onclick="return conf('NO','Are you sure you want to delete this server? All resources will be deleted. They cannot be recovered.','mobi-mir');"><img src="../images/idelete.gif" height="16" width="16" alt="Delete" title="Delete" border="0"></a></td>


				
				<td><a target='_blank' href='http://127.0.0.1:8303'><img src='../images/view.gif' height='16' width='16' alt='Website' title='Website' border='0'></a></td>
				<td><a target='_blank' href='http://127.0.0.1:8303/CFIDE/administrator'><img src='../images/irepair.gif' height='16' width='16' alt='CF Admin' title='CF Admin' border='0'></a></td>
				</tr>
				</table>
			</td>
			
			<td height="20" nowrap class="cellRightAndBottomBlueSide">
				&nbsp;

					mobi-mir 
				&nbsp; &nbsp;&nbsp;<br/>
			</td>

            
			<td height="20" nowrap class="cellRightAndBottomBlueSide">&nbsp;/opt/jrun4/servers/mobi-mir&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;8303&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;2911&nbsp; &nbsp;</td>
			<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;localhost&nbsp; &nbsp;</td>
			
				<td height="20"  nowrap class="cellRightAndBottomBlueSide">&nbsp;
				none 
			&nbsp; &nbsp;</td>
		</tr>
	
	</table>

	</td>
</tr>

		<tr >
			<td class="cellBlueTopAndBottom" bgcolor="#F3F7F7">
				
		       <input type="Button"
			   		value="Refresh" title="Refresh"
					onClick="javascript:window.location.href='index.cfm';"
					class="buttn">
				
			</td>
</tr>
</table>

<!-- margin bottom -->
		<br />
	</td>
	<td>&nbsp;</td>
</tr>

					</td>
				  </tr>
				</table>
				
			</td>
		    <td width="10" bgcolor="#FFFFFF"><img src="/CFIDE/administrator/images/spacer_10_x_10.gif" alt="" width="10" height="10"></td>
		  </tr>
		</table>
		
		
		
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
		  <tr>
			<td width="12"><img src="/CFIDE/administrator/images/cap_content_white_main_bottom_left.gif" alt="" width="12" height="11"></td>
		    <td bgcolor="#FFFFFF"><img src="/CFIDE/administrator/images/spacer_10_x_10.gif" alt="" width="10" height="10"></td>
			<td width="12"><img src="/CFIDE/administrator/images/cap_content_white_main_bottom_right.gif" alt="" width="12" height="11"></td>
		  </tr>
		</table>
		
		
		<td width="10" style="background:url('/CFIDE/administrator/images/contentframerightbackground.png') repeat-y;"><img src="/CFIDE/administrator/images/spacer.gif" alt="" width="16" height="1"></td>
	</td>
  </tr>
  <tr>
	<td><img src="/CFIDE/administrator/images/contentframebottomleft.png" height="23" alt="" width="16"></td><td background="/CFIDE/administrator/images/contentframebottombackground.png"><img src="/CFIDE/administrator/images/spacer.gif" alt="" height="23" width="540"></td><td><img src="/CFIDE/administrator/images/contentframebottomright.png" alt="" height="23" width="16"></td>
	</tr>
</table>

		
		<div align="center">
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td width="20"></td>
		  	<td class="copyright">

Copyright &copy; 1995-2010 Adobe Systems, Inc. All rights reserved. U.S. Patents Pending.
<hr noshade="true" size="1" />
Notices, terms and conditions pertaining to third party software are located at <a href="http://www.adobe.com/go/thirdparty/#golocale#" style="color:#C35617" target="extwebsite" class="copyrightLink">http://www.adobe.com/go/thirdparty/</a> and incorporated by reference herein.

<br>
<br>

			</td>
			<td width="20"></td>
		  </tr>
		</table>
		</div>
		

</body>
</html>
