
var Connector = {
	
	onLogin: function() {
		window.location.href = '/register.html';
	}
}
