document.observe("dom:loaded", function() {
	Custom.init();
	if(typeof fire_list == "function"){
		fire_list.defer();
	}
});
