if (top.location != self.location)  top.location = self.location;

var href = location.href.toLowerCase();
if ( href.indexOf('mpx') != -1 && href.indexOf('//localhost') == -1 ) {
	top.location = 'http://www.hkln.net';
}

//function open() { }
function blur() { }

window.onerror = handle_error;
function handle_error() {
	return true;
}
