var curr_date = new Date();
var curr_year = parseInt(curr_date.getFullYear());