// domready event news
window.addEvent('domready', function(){
	// create overtime guaranteed
	otg = new OvertimeGuaranteed({});
});