
var todaydate=new Date()

var curmonth=todaydate.getMonth()+1
var curyear=todaydate.getFullYear()

