var today = new Date();
var week = today.getDay();
if (week == 0) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/0.css\">");
} else if (week == 1) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/1.css\">");
} else if (week == 2) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/2.css\">");
} else if (week == 3) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/3.css\">");
} else if (week == 4) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/4.css\">");
} else if (week == 5) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/5.css\">");
} else if (week == 6) {document.writeln("<LINK rel=stylesheet type=\"text/css\" href=\"http://www2.big.or.jp/~zero-one/css/index/6.css\">");
}
function dBsftGoHistory(count, isForward) {
    if (isForward == 0) {
        history.go(-(count));
        return;
    }
    if (isForward == 1) {
        history.go(count);
        return;
    }
}

