window.onload = function() {
	for(method in init) {
		try {
			init[method]();	
		} catch(err) {
		}
	}
}
