if ((top.frames.length == 0) && (window.opener == null)){
 parts = top.location.pathname.split("/");  
 top.location.href="welcome.html?" + parts[parts.length-1];
}
