﻿$(document).ready(function () {
    $("#copyYear").html("" + (new Date()).getFullYear());
    $("#username").focus();
});