north_url = new String(document.location);
north_url = "n_"+north_url.substring(north_url.lastIndexOf("/")+1);
parent.north.location.replace(north_url);

