function MonthLinkLink(){myMonth=(new Date()).getMonth();if((myMonth+1)==1){location.href="/sch/2012jan.html";}else if((myMonth+1) ==2){location.href="/sch/2012feb.html";}else if((myMonth+1) ==3){location.href="/sch/2012mar.html";}else if((myMonth+1) ==4){location.href="/sch/2012apr.html";}else if((myMonth+1) ==5){location.href="/sch/2012may.html";}else if((myMonth+1) ==6){location.href="/sch/2012jun.html";}else if((myMonth+1) ==7){location.href="/sch/2012jul.html";}else if((myMonth+1) ==8){location.href="/sch/2012aug.html";}else if((myMonth+1) ==9){location.href="/sch/2012sep.html";}else if((myMonth+1) ==10){location.href="/sch/2012oct.html";}else if((myMonth+1) ==11){location.href="/sch/2011nov.html";}else if((myMonth+1) ==12){location.href="/sch/2011dec.html";}}
