reCheckIfRegistScreen = /ucp\.php.mode=register/
function myotherfunction() {
	if (reCheckIfRegistScreen.test(window.location.href)) {
		var x = document.getElementById("my_checking_field")
		if (x) {
			x.value = "70940"
		}
	}
}
