function sub()
{
	var f = document.getElementById("log");
	f.submit();
}
