<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// document.write('<span class="phonetitle">');
// document.write('Knowledge Architecture Partners, LLC');
// document.write('</span><br>');

//  document.write('Post Office Box 981780<br>');
//  document.write('Park City, UT  84098-1780<br>');

document.write('<table border="0" cellspacing="0" cellpadding="0">');
document.write('	<tr>');
document.write('		<td align="right">');
document.write('			<span class="phonelabel">phone:<br></span>');
document.write('		</td>');
document.write('		<td>');
document.write('			<span class="phonetitle">800.610.8800<BR></span>');
document.write('		</td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td align="right">');
document.write('			<span class="phonelabel">fax:<br></span>');
document.write('		</td>');
document.write('		<td>');
document.write('			<span class="phonetitle">877.496.7810<BR></span>');
document.write('		</td>');
document.write('	</tr>');
document.write('	<tr height="6">');
document.write('		<td colspan="2" height="6"></td>');
document.write('	</tr>');
//	document.write('	<tr>');
//	document.write('		<td align="right">');
//	document.write('			<span class="phonelabel">email:</span><br>');
//	document.write('		</td>');
//	document.write('		<td>');
//	document.write('			<A HREF="mailto:');
//	document.write('				inforequest');
//	document.write('				@');
//	document.write('				kapi');
//	document.write('				.');
//	document.write('				com');
//	document.write('				" class="link">Information Request</a><br>');
//	document.write('		</td>');
//	document.write('	</tr>');
document.write('</table>');

//  End -->
