function getFooter(div, color) {
	document.getElementById(div).innerHTML = '<div id="kai-design" style="font-size: 14px;color: #444;line-height: 16px;font-weight:normal;letter-spacing:0;font-style: normal;text-decoration: none;font-family: georgia, times, serif;text-align: right;border: 0;margin: 0;padding: 0;width:350px;float:right;">	<p id="kai-design-p" style="font-size: 12px;color: #444;line-height: 14px;font-weight:normal;letter-spacing:0;font-style: normal;text-decoration: none;font-family: georgia, times, serif;text-align: right;border: 0;margin: 0;padding: 0;">		<a href="http://www.kittelson.com" title="Kittelson &amp; Associates, Inc." style="color: inherit;"><img src="http://www.kittelson.com/images/smallk.gif" width="30" height="29" alt="Kittelson logo" style="float:right;margin-left:5px;margin-top:3px;" /></a><em style="font-size:12px;color:#999999 ! important;font-style: italic;">Website crafted by</em> <a id="kai-design-a" href="http://www.kittelson.com" title="Kittelson &amp; Associates, Inc." style="color: inherit;border:0">Kittelson <span class="amp">&amp;</span> Associates, Inc.</a><br />		<strong style="font-family: Helvetica, Arial, sans-serif ! important;color: #999999 ! important;font-weight:normal;">DESIGN TEAM</strong>	</p></div>\n' + document.getElementById(div).innerHTML;
	document.getElementById("kai-design-p").style.color = color;
	document.getElementById("kai-design-a").style.color = color;
}