var d           = document;var w           = window;var gebi        = new Function("x", "return d.getElementById(x)");var mafo        = new Function("x", "return (x.search(/[a-z0-9][a-z0-9\\.\\_\\-]*[a-z0-9]@[a-z0-9][a-z0-9\\.\\_\\-]*[a-z0-9]\\.[a-z]{2,4}/gi) > -1)");var fc          = new Function("x", "x.focus();return false;");var inif        = new Function("if (gebi('mail_form')) gebi('mail_form').onsubmit = chfi");w.onload        = new Function("inif(); w.defaultStatus = 'hr-netiquette.org'");w.onmouseout    = new Function("w.defaultStatus = 'hr-netiquette.org'");var chfi = function() {    var x = true,        i = gebi('ime'),        m = gebi('email'),        p = gebi('poruka');    if (i.value.length == 0) {        alert('Molimo unesite ime.');        x = fc(i);    } else if (m.value.length < 2) {    	alert('Molimo unesite e-mail adresu.');    	x = fc(m);    } else if (!mafo(m.value)) {    	alert('Molimo unesite valjanu e-mail adresu.');    	x = fc(m);    } else if (p.value.length == 0) {    	alert('Molimo unesite poruku.');    	x = fc(p);    };    return x;};