var currentTime = new Date();
var month = currentTime.getMonth() + 1;
var day = currentTime.getDate();
var year = currentTime.getFullYear();
var hours = currentTime.getHours();
var minutes = currentTime.getMinutes();
var seconds = currentTime.getSeconds();

_clecml(day + "-" + month + "-" + year + " " + hours + ":" + minutes + ":" + seconds);
_cltracker();


