/*
	requires SPECIALDATES.JS
*/

function is911mem() {
	var retValue = false;
	retValue = isSpecialDate("0910", "0912");
	return retValue;
}

function show911mem() {
	if (is911mem()) {
		window.parent.location.href="index_wtc.html";
	}
}
