function homepage() {
str = navigator.appName.toUpperCase();
if (str.indexOf("NETSCAPE") >= 0) home();
if (str.indexOf("EXPLORER") >= 0) location.href="http://www.yahoo.co.jp/";
}
