//Print Nice
<!-- Begin
datetoday = new Date();
timenow=datetoday.getTime();
datetoday.setTime(timenow);
thehour = datetoday.getHours();
if (thehour > 18) display = "Buenas noches";
else if (thehour >12) display = "Buenas tardes";
else display = "Buenos días";
var greeting = (display);
window.defaultStatus = "Premier Leasing, Tu Movida Inteligente"
//  End -->
 
     