var tdivider='<div class=footerdivider></div>';
thtml='			</div>';
thtml+='	</div>';
thtml+='	<div id="ft">';
thtml+='		<div id="ft_inner">';
thtml+='			&copy; copyright ' + currentYear + ' all rights reserved  &nbsp;&nbsp;';
thtml+='			<a class=disclaimer href="/">home</a>' + tdivider;
thtml+='			<a class=disclaimer href="/multimedia.shtml">multimedia</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);

