function redirectUrl(url) { if (url.value != 0) { location = url; } }
