static S hjs_reloadWindowOrParentIn(double seconds) { ret hjavascript("setTimeout(function() { window.location.reload(); }, " + toMS(seconds) + ");"); }