cj.evt.add(window, "load", function(){
	cj.util.loadJs("../js/lang.js");
	cj.form.chk("fcontact", ["names,text", "email,email", "country,text", "message,text"], true);
});