function isFooter()
{			
	var footdata = "";
	footdata +='<table border="0" cellpadding="0" cellspacing="0" summary="Outer Table for Footer Links" width="100%" align="center">';
		footdata +='<tr>';
			footdata +='<td align="left" valign="top" width="100%">';
				footdata +='<table border="0" cellpadding="0" cellspacing="0" summary="Main Table for Footer Links" width="100%">';
					footdata +='<tr>';
						footdata +='<td align="left" valign="top" width="100%">';
							footdata +='<table cellpadding="0" cellspacing="0" border="0" width="100%">';
	                        	footdata +='<tr>';
	                        		footdata +='<td align="left" valign="top" width="150"><a href="../index.aspx"><img src="../images/office_tec.gif" alt="Link: NIH Office of Technology Transfer (OTT)" title="Link: NIH Office of Technology Transfer (OTT)" width="123" height="119" border="0"></a></td>';
									footdata +='<td align="center" valign="top">';
										footdata +='<table cellpadding="0" cellspacing="0" border="0" width="100%">';
				                        	footdata +='<tr>';
				                        		footdata +='<td align="center" valign="top" width="100%">';
													footdata +='<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">';
				                                    	footdata +='<tr>';
				                                    		footdata +='<td align="center" colspan="6"><font size="1"><br>';
																footdata +='<a href="../index.aspx" class="link2" title="Link: Home"><font size="1">Home</font></a> | ';
																footdata +='<a href="../about_nih/about.aspx" class="link2" title="Link: About NIH OTT"><font size="1">About NIH OTT</font></a> | ';
																footdata +='<a href="../licensing_royalties/licensing_overview.aspx" class="link2" title="Link: Licensing and Royalties"><font size="1">Licensing &amp; Royalties</font></a> | ';
																footdata +='<a href="../cradas/policies.aspx" class="link2" title="Link: CRADAs and MTAs"><font size="1">CRADAs &amp; MTAs</font></a> | ';
																footdata +='<a href="../forms_model_agreements/forms_model_agreements.aspx" class="link2" title="Link: Forms and Model Agreements"><font size="1">Forms &amp; Model Agreements</font></a> | ';
																footdata +='<a href="../policy/policy.aspx" class="link2" title="Link: Policy"><font size="1">Policy</font></a> | ';
																footdata +='<a href="../faqs/lic_faq.aspx" class="link2" title="Link: FAQs"><font size="1">FAQs</font></a> | ';
																footdata +='<a href="../contactus/contact_us.aspx" class="link2" title="Link: Contact Us"><font size="1">Contact Us</font></a>';
																footdata +='<br>';
																footdata +='<a href="http://www.ott.nih.gov/OTTintr/index.aspx" class="link2" title="Link: For NIH Staff only" target="_blank"><font size="1">For NIH Staff only</font></a> | <a href="../sitemap/sitemap.aspx" class="link2" title="Link: Site Map"><font size="1">Site Map</font></a> | <a href="../foia/foia.aspx" class="link2" title="Link: FOIA"><font size="1">FOIA</font></a> | <a href="../privacy/privacy.aspx" class="link2" title="Link: Privacy Notice"><font size="1">Privacy Notice</font></a> | <a href="../disclaimer/disclaimer.aspx" class="link2" title="Link: Disclaimers"><font size="1">Disclaimers</font></a> | <a href="../accessibility/accessibility.aspx" class="link2" title="Link: Accessibility"><font size="1">Accessibility</font></a></font>';
															footdata +='</td>';
				                                    	footdata +='</tr>';
														footdata +='<tr>';
															footdata +='<td class="text2" colspan="6"><br></td>';
														footdata +='</tr>';
														footdata +='<tr>';
															footdata +='<td class="text2" width="20%"><p style="margin-left:5px;margin-right:5px;"><a href="../index.aspx" class="link3" title="Link: Office of Technology Transfer (OTT)"><font size="1">Office of Technology<br>Transfer (OTT)</font></a></p></td>';
															footdata +='<td width="1%"><a href="http://www.nih.gov/" target="_blank"><img src="../images/nih_logo.gif" width="37" height="39" alt="Link: National Institutes of Health (NIH)" title="Link: National Institutes of Health (NIH)" border="0"></a></td>';
															footdata +='<td class="text2" width="20%"><p style="margin-left:5px;margin-right:5px;"><a href="http://www.nih.gov/" target="_blank" class="link3" title="Link: National Institutes of Health (NIH)"><font size="1">National Institutes of<br>Health (NIH)</font></a></p></td>';
															footdata +='<td width="1%"><a href="http://www.hhs.gov/" target="_blank"><img src="../images/hhs_logo.gif" width="38" height="39" alt="Link: Department of Health & Human Services (HHS)" title="Link: Department of Health and Human Services (HHS)" border="0"></a></td>';
															footdata +='<td class="text2" width="26%"><p style="margin-left:10px;margin-right:10px;"><a href="http://www.hhs.gov/" target="_blank" class="link3" title="Link: Department of Health and Human Services (HHS)"><font size="1">Department of Health and<br>Human Services (HHS)</font></a></p></td>';
															footdata +='<td width="1%"><a href="http://www.usa.gov/" target="_blank"><img src="../images/usagov_logo.jpg" alt="Link: USA Gov" title="Link: USA Gov" border="0"></a></td>';
														footdata +='</tr>';
				                                    footdata +='</table>';
												footdata +='</td>';
				                        	footdata +='</tr>';
				                        footdata +='</table>';
									footdata +='</td>';
	                        	footdata +='</tr>';
	                        footdata +='</table>';
						footdata +='</td>';
					footdata +='</tr>';
				footdata +='</table>';
			footdata +='</td>';
		footdata +='</tr>';
	footdata +='</table>'
	
	document.write(footdata);
	footdata="";
}
	