<!--
function keyTest() {
	if (document.all) {
		if (event.keyCode == 1) {
			top.location.href = "http://admin.sitestrategy.net/accor";
		}
	} else {
		return;
	}
}
// -->