var d = new Date();
var curr_year = d.getFullYear();
document.write("Copyright &copy; " + curr_year + " Mukti. All Rights Reserved.");
