function autohidebox() {
	jQuery('input[name=autoHide]').removeAttr('checked');
	if (! iPhone && ! iPad) {jQuery('input[name=autoHide]').click(autoHideBox)}
	return;
}
