function go(uri) {
	try{
		hello();
	}
	catch ( e ) {
		ruri = location.protocol + "//" + location.hostname + "/view/" + uri;
		location.assign ( ruri );
	}
}