﻿jQuery(document).ready(function () {
    var url = location.href;
    url = url.toLowerCase();

    if (url.indexOf("/student/login") > 0) $('#tbstudentloginemail').focus();
});
