﻿
(function(){
	if(self==top){
		var s_Path=location.pathname;
		var s_File=s_Path.substr(s_Path.lastIndexOf("/")+1);
		var s_Ext="";
		if (s_File){
			var n=s_File.lastIndexOf(".");
			s_Ext=s_File.substr(n);
			s_File=s_File.substring(0,s_File.lastIndexOf("."));
			
		}
		if (s_File!="" && s_File!="left" && s_File!="top"){
			top.location.href="./?page="+s_File+s_Ext;
		}else{
			top.location.href="./";
		}
	}
})();

window.onload=function(){
	parent.ra.addFrameQuickKey(document);
}

