function writeFooter(lang){
	addFlash("footer",lang,"100%",120);
	document.write("</div>");
	document.write("</body>");
	document.write("</html>");
}