<!--
	var howLong = 5000;
	t = null;
	
	function closeMe()
	{
		t = setTimeout("document.form_language.submit()",howLong);
	}
//-->