$(document).ready(function(){
	
	for (var i=0;i<DomInitFunctions.length;i++) {
		DomInitFunctions[i]();
	}
	
});
