function adminOnLoad() {
    var node = document.getElementById('vMsg[data][msgText]');
    if (node) {
    	node.focus();
    }
}
