<!--
var u = window.self.location.href;
if( window.parent.location.href == u )
	window.location.href = "../default.htm";
//-->

