var _ModDate;
if (Date.parse(document.lastModified) != 0) {
	update = new Date(document.lastModified);
	theMonth = update.getMonth() + 1;
	theDate = update.getDate();
	theYear = update.getFullYear();
	_ModDate = theMonth + "/" + theDate + "/" + theYear;
	}
else {
	_ModDate = "";
	}

var footer;

footer = '<table width="100%" border="0" cellspacing="8" cellpadding="0"><tr>';
footer += '<td width="220" align="center" valign="top" class="footfont">Page last modified ' + _ModDate + '</td>';
footer += '<td align="center" valign="top" class="footfont"><a href="/sunsafe/index.html" class="footerlink">Home</a> | <a href="/sunsafe/sitemap.htm" class="footerlink">Sitemap</a> | <a href="/sunsafe/team.htm" class="footerlink">Project Team</a> | <a href="/sunsafe/contact.htm" class="footerlink">Contact Us</a> | <a href="/sunsafe/privacy.htm" class="footerlink">Privacy</a><br><a href="http://www.healthmarkmultimedia.com/contact.asp" class="footerlink" target="_blank">Other HealthMark Products</a> | <a href="Javascript: _OpenWin(\'/sunsafe/references.htm\', \'references\', 688, 480)" class="footerlink">References</a></td>';
footer += '<td width="169" align="center" valign="top" class="footfont">&nbsp;</td>';
footer += '</tr>'
footer += '<tr>';
footer += '<td width="220" align="center" valign="top" class="footfont">&nbsp;</td>';
footer += '<td align="center" valign="top" class="footfont">&#169; 2002 - 2009 HealthMark Multimedia, LLC. All rights reserved.  www.SunSafeCentral.com</td></tr>';
footer += '<tr><td width="169" class="footfont">&nbsp;</td>';
footer += '</tr>';
footer += '</table>';

document.write(footer);
