<!-- Begin

// set dates	calendar.htm

// Bsp.:	var tourdate_cal = 16	if next tour is on 16th of month
// Bsp.:	var tourdate_cal = 55	if next tour is next month (Off-Mode)

// set dates	anmelden.php, tourenplan.htm, index.htm
var tourD = new Date(2012,01,04);		// TOURDATE	8 = September 	(was: corrected month [!!!]: 9 = September not August	!!!!!!)		2005,11,08:		=	8. Dez.
var tourDNext = new Date(2012,01,11);	// TOURDATENext	Vorschau			(tourDNext NUR <> tourD)
var tourdate_cal = tourD.getDate()		// new Date(2004,01,28);	//tourD.getDate();
// var tourdate_cal = 22;
// alert (tourDNext);

// comments:
// nexttour: also in mymark.js	!!!!
//-->

