if (window.name != "main" && window.name != "main_non") {
window.name = window.location.href;
window.location.href = "home.htm";
}