<!-- Begin
Stamp = new Date();
year = Stamp.getYear();
document.write('' +Stamp.getDate()+"-"+ (Stamp.getMonth() + 1) +"- 2010"+   '');
// End -->