<!--
function parentchanger(url) {
window.opener.location=url
  if (opener.blur) opener.focus();
}
//-->