// JavaScript Document

today = new Date();

if(today.getMonth() == 0) 
function jumpURL(){location.href="otonasake/index.html"}
if(today.getMonth() == 1) 
function jumpURL(){location.href="otonasake/index2.html"}
if(today.getMonth() == 2) 
function jumpURL(){location.href="otonasake/index.html"}
if(today.getMonth() == 3) 
function jumpURL(){location.href="otonasake/index2.html"}
if(today.getMonth() == 4) 
function jumpURL(){location.href="otonasake/index.html"}
if(today.getMonth() == 5) 
function jumpURL(){location.href="otonasake/index2.html"}
if(today.getMonth() == 6) 
function jumpURL(){location.href="otonasake/index.html"}
if(today.getMonth() == 7) 
function jumpURL(){location.href="otonasake/index2.html"}
if(today.getMonth() == 8) 
function jumpURL(){location.href="otonasake/index.html"}
if(today.getMonth() == 9) 
function jumpURL(){location.href="otonasake/index2.html"}
if(today.getMonth() == 10) 
function jumpURL(){location.href="otonasake/index.html"}
if(today.getMonth() == 11) 
function jumpURL(){location.href="otonasake/index2.html"}
