function year_rates_to_next() {
	var Now='';
	var NextYear;
	var NowYear;
	Now = new Date();
	NowYear = Now.getFullYear();
	NowMonth = Now.getMonth()+1;
	NowDay = Now.getDate();
	PrevYear = NowYear-1;
	document.write(' '+PrevYear+' - '+NowYear);
}

function green_season_next() {
	var Now='';
	var NextYear;
	var NowYear;
	var NowMonth;
	var NowDay;
	var NowCalcul
	Now = new Date();
	NextYear = Now.getFullYear()+1;
	NowYear = Now.getFullYear();
	NowMonth = Now.getMonth()+1;
	NowDay = Now.getDate();
	if (NowDay<10) NowDay="0"+NowDay;
	NowCalcul = NowMonth+""+NowDay;
	if (NowCalcul>1214) {
		document.write(' '+NextYear+'');
	} else {
		document.write(' '+NowYear+'');
	}
}

function high_season_before() {
	var hsbNow='';
	var hsbNextYear;
	var hsbNowYear;
	var hsbBefYear;
	var hsbNowMonth;
	hsbNow = new Date();
	hsbNowYear = hsbNow.getFullYear();
	hsbBefYear = hsbNowYear-1;
	hsbNextYear = hsbNowYear+1;
	hsbNowMonth = hsbNow.getMonth()+1;
	if (hsbNowMonth>4) {
		document.write(' '+hsbNowYear+'');
	} else {
		document.write(' '+hsbBefYear+'');
	}
}

function high_season_next() {
	var hsnNow='';
	var hsnNextYear;
	var hsnNowYear;
	var hsnBefYear;
	var hsnNowMonth;
	hsnNow = new Date();
	hsnNowYear = hsnNow.getFullYear();
	hsnBefYear = hsnNowYear-1;
	hsnNextYear = hsnNowYear+1;
	hsnNowMonth = hsnNow.getMonth()+1;
	if (hsnNowMonth>4) {
		document.write(' '+hsnNextYear+'');
	} else {
		document.write(' '+hsnNowYear+'');
	}
}

function holiday_season_before() {
	var hsbNow='';
	var hsbNextYear;
	var hsbNowYear;
	var hsbBefYear;
	var hsbNowMonth;
	var hsbNowDay;
	var hsbCalcul;
	hsbNow = new Date();
	hsbNowYear = hsbNow.getFullYear();
	hsbBefYear = hsbNowYear-1;
	hsbNextYear = hsbNowYear+1;
	hsbNowMonth = hsbNow.getMonth()+1;
	hsbNowDay = hsbNow.getDate();
	hsbCalcul = hsbNowMonth+""+hsbNowDay;
	if (hsbCalcul>12) {
		document.write(' '+hsbNowYear+'');
	} else {
		document.write(' '+hsbBefYear+'');
	}
}

function holiday_season_next() {
	var hsnNow='';
	var hsnNextYear;
	var hsnNowYear;
	var hsnBefYear;
	var hsnNowMonth;
	var hsnNowDay;
	var hsnCalcul;
	hsnNow = new Date();
	hsnNowYear = hsnNow.getFullYear();
	hsnBefYear = hsnNowYear-1;
	hsnNextYear = hsnNowYear+1;
	hsnNowMonth = hsnNow.getMonth()+1;
	hsnNowDay = hsnNow.getDate();
	hsnCalcul = hsnNowMonth+""+hsnNowDay;
	if (hsnCalcul>12) {
		document.write(' '+hsnNextYear+'');
	} else {
		document.write(' '+hsnNowYear+'');
	}
}

function year_easter_next() {
	var Now='';
	var NextYear;
	var NowYear;
	var NowMonth;
	var NowDay;
	var NowCalcul
	Now = new Date();
	NextYear = Now.getFullYear()+1;
	NowYear = Now.getFullYear();
	NowMonth = Now.getMonth()+1;
	NowDay = Now.getDate();
	if (NowDay<10) NowDay="0"+NowDay;
	NowCalcul = NowMonth+""+NowDay;
	if (NowCalcul>423 && NowYear==2007) document.write('March 14th thru March 22th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2008) document.write('April 3rd thru April 11th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2009) document.write('March 26th thru April 3rd inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2010) document.write('April 15th thru April 23rd inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2011) document.write('March 30th thru April 7th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2012) document.write('March 22th thru March 30th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2013) document.write('April 11th thru April 19th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2014) document.write('March 27th thru April 4th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2015) document.write('March 18th thru March 26th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2016) document.write('April 7th thru April 15th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2017) document.write('March 23th thru March 31rst inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2018) document.write('April 12th thru April 20rst inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2019) document.write('April 3rd thru April 11th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2020) document.write('March 26th thru April 3rd inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2021) document.write('April 8th thru April 16th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2022) document.write('March 31rst thru April 8th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2023) document.write('March 22th thru March 30th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2024) document.write('April 11th thru April 19th inclusive, '+NextYear+'');
	else if (NowCalcul>423 && NowYear==2025) document.write('March 27th thru April 4th inclusive, '+NextYear+'');
	else if (NowCalcul<424 && NowYear==2008) document.write('March 14th thru March 22th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2009) document.write('April 3rd thru April 11th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2010) document.write('March 26th thru April 3rd inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2011) document.write('April 15th thru April 23rd inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2012) document.write('March 30th thru April 7th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2013) document.write('March 22th thru March 30th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2014) document.write('April 11th thru April 19th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2015) document.write('March 27th thru April 4th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2016) document.write('March 18th thru March 26th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2017) document.write('April 7th thru April 15th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2018) document.write('March 23th thru March 31rst inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2019) document.write('April 12th thru April 20rst inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2020) document.write('April 3rd thru April 11th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2021) document.write('March 26th thru April 3rd inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2022) document.write('April 8th thru April 16th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2023) document.write('March 31rst thru April 8th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2024) document.write('March 22th thru March 30th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2025) document.write('April 11th thru April 19th inclusive, '+NowYear+'');
	else if (NowCalcul<424 && NowYear==2026) document.write('March 27th thru April 4th inclusive, '+NowYear+'');
	else document.write('<b>to be updated</b> ... ');
}


