addEvent(window, 'load', checkUrp);

function checkUrp() {
	// only execute if the function is defined on the current page
	try {
		initURPFields();
	} catch (e) {}
}
