dEH = new Date();
yearEH = dEH.getFullYear();
monthEH = dEH.getMonth() + 1;

if (monthEH < 10) {
	monthEH = "0" + monthEH;
}

document.write("<script type='text/javascript'> ajaxinclude('ecrew/" + yearEH + monthEH + "home.htm') </script>");