// JavaScript Document
function InproLoad() {
	var _CurrentUrl = location.href;
	var _Index = _CurrentUrl.indexOf("#");
	if(_Index > 0)
		location.href = _CurrentUrl;
}
