Centrica.Implementation.Register = {};

Centrica.Implementation.Register.Step1 = {
	load: function() {
		Centrica.Implementation.StarControl.loadStarControls();
		Centrica.Implementation.InfoBox.findInfoBoxes();
	}
}

Centrica.Common.addEvent(window, 'load', Centrica.Implementation.Register.Step1.load);