// JavaScript Document
function footerwrite(){
	var thispage=this.location.href;
	str='<div id="footer">';
	str+='<p id="copyNotes">Copyright &copy; FRANCE BED Co.,Ltd. All Rights Reserved.</p>';
	//str+='<p id="ppIco"><a href="privacypolicy.html" title="PRIVACY POLICY">PRIVACY POLICY</a></p>';
	str+='</div>';
	document.write(str);
}

