<!--
var MonthName = new Array('1','2','3','4','5','6','7','8','9','10','11','12');var theDate = new Date();
var cbust = ''+MonthName[theDate.getMonth()]+'.'+(theDate.getYear() < 1000 ? theDate.getYear() + 1900 : theDate.getYear())+''
//-->