	if (document.layers) window.onResize = function (e) { history.go(0); };
	if (document.all) window.onresize = function (e) { history.go(0); };
	if (document.getElementById&&!document.all)  window.onresize = function (e) { history.go(0); };