var ExactFrequency = {

	globals: {},

	start: function() {
		this.sample();
	},

	sample: function() {

	}
}

ExactFrequency.start()

