<!---
var MyDate    = new Date()
    MyYear    = (MyDate.getFullYear());

    document.write(([MyYear]));
//-->
