<!--
function unloadcheck() {
	for(iCounter1 = 0; iCounter1 < aUnloadfunctions.length; iCounter1++) {
	    eval(aUnloadfunctions[iCounter1]);
	}
}
-->