﻿$(document).ready(function () {
    $('input[name$="UserName"]').focus();
});
