Hedera.Visits = new Class({
	Extends: Hedera.Form

	,activate: function() {
		if (!this.hash.$.to)
			this.hash.assign({
				from: new Date(),
				to: new Date()
			});
	}
});