var fyear = location.href.split("/")[5].substr(1,4);

document.write(fyear);
