/*
	CLIENTSIDE
	
	Set up the hover UI and click events for the list of vacancies
*/
function childcarer_register_Page()
{
	this.load = function()
	{
		$('.prf_form_in_error').highlightFade({speed:2000, end:'#ffffff'});
	}
}

HUI.MAIN(childcarer_register_Page);