function load()
{
	if (document.getElementsByTagName('input')[0])
	{
		document.getElementsByTagName('input')[0].focus();
	}
}