

function displayfooter(SupApp) {
	
	var lmd, lastModDate, strLastMod, yr;
	if (Date.parse(document.lastModified)>0) {
		lmd = new Date(document.lastModified);
		yr = lmd.getFullYear();

		if (yr == "1900") {
			lmd.setFullYear("2000");
		}
		lastModDate = (lmd.getMonth() + 1) + "/" + lmd.getDate() + "/" + lmd.getFullYear();
		strLastMod = ' Last Modified: ' + lastModDate;
	}
	else {strLastMod = '';}
	
	
	if (SupApp != "none"){
		if (SupApp == "registration"){
			document.write('<p>If you have questions about registering as a supplier with the Port of Portland,');
			document.write(' please e-mail the');
			document.write(' <a href="mailto:portbusinessopps@portofportland.com?subject=Business Opportunities"> Contracts and Procurement Department</a>');
			document.write(' or call 503.944.7599 or 800.547.8411.');
			document.write(strLastMod + '</p>');
		}
		if (SupApp == "opps"){
			document.write('<p><b class="caption">Notice:</b><br />');
			document.write('<font size="1">The Port of Portland provides this Web site as a convenience to the public and makes reasonable efforts to keep the site current. The Port of Portland does not post all procurement opportunities.<br /><br />');
			document.write('Some solicitation documents cannot be made available in their entirety on the Web site. Incomplete solicitation packages normally will be identified, and the missing components will be made available by regular mail.<br /><br />');
			document.write('If you intend to submit a bid or proposal for a specific opportunity, you must ensure that you have a complete solicitation package, including all addenda published for the solicitation.<br /><br />');
			document.write('If you have questions about Port of Portland business opportunities, please e-mail the <a title="Contracts and Procurement Department" href="mailto:PortBusinessOpps@PortofPortland.com?subject=Business Opportunities"><font size="1">Contracts and Procurement Department</font></a> or call us at 503.944.7599 or 800.547.8411.<br /><br />');
			document.write(strLastMod + '</p>');
		}
	}
}
