﻿$(document).ready(function()
{
	$('input:text:first').focus();
})
