function onBodyLoad() {
	if (document.getElementById('focus-me')) {
		document.getElementById('focus-me').focus();
	}
}
