ISHAM.PanelSetup = null;
ISHAM.PanelRequest = null;
ISHAM.Archive = null;
ISHAM.Navigation = null;

window.addEvent('domready', function() {
		
	ISHAM.PanelSetup = new ISHAM.util.dom.PanelSetup();
	ISHAM.PanelRequest = new ISHAM.util.xhr.PanelRequest();
	ISHAM.Archive = new ISHAM.view.Archive();
	ISHAM.Navigation = new ISHAM.ui.Navigation();
	
	$(document.body).removeClass('nojs');
	
});
