function get(url) {
if (window.opener && !window.opener.closed)
window.opener.location = url;
}
