
function fonctionsOnLoad() {
	prepareInputsForHints();
	// makeNiceTitles();
	targetBlank();
}

Event.observe(window, 'load', fonctionsOnLoad);
