var currentPageName = location.href;
var tdivider='<div class=footerdivider></div>';
thtml='			</div>';
thtml+='	</div>';
thtml+='	<div id="ft">';
thtml+='		<div id="ft_inner">';
//thtml+='			<div id="copyright" style="float: right;">&copy; copyright ' + currentYear + ' all rights reserved  &nbsp;&nbsp;</div>';
if((currentPageName == "http://dev.andrewmorsev2.ipndev.com/") || (currentPageName == baseurl+'/index.shtml') || (currentPageName == baseurl+'/')){
thtml+='                      <div id="copyright" style="float: right;margin-top: -68px;">Copyright &copy; Andrew Morse Photography</div>';
} else {
thtml+='                      <div id="copyright" style="float: right;">Copyright &copy; Andrew Morse Photography</div>';
}
/*thtml+='			<a class=disclaimer href="/">home</a>' + tdivider;
thtml+='			<a class=disclaimer href="/user/search.shtml">search</a>' + tdivider;
thtml+='			<a class=disclaimer href="/contact.shtml">contact us</a>' + tdivider;
thtml+='			<a class=disclaimer href="/aboutus_mission.shtml">about us</a>' + tdivider;
thtml+='			<a class=disclaimer href="/help.shtml">help</a>' + tdivider;
thtml+='			<a class=disclaimer href="/bin/Profile">your account</a>' + tdivider;
thtml+='			<a class=disclaimer href="/tools/DDload">downloads</a>' + tdivider;
thtml+='			<a class=disclaimer href="/contact.shtml">feedback</a>' + tdivider;
thtml+='			<a href="/help.shtml#Terms_and_Conditions" class=disclaimer>terms and conditions</a>' + tdivider;
thtml+='			<a class=disclaimer href="/help.shtml#Privacy_Policy">privacy policy</a>';
*/

thtml+='		</div>';
thtml+='	</div>';
thtml+='</div>';
document.write(thtml);

