window.onload = function setFocus() {
    if (document.getElementById('src') != 'undefined') {
        document.getElementById('src').focus();
    }
}
