function load_home()
{
	load_all_sections('home');	
	update_location('home');
}

function unload_home()
{
	unload_all_sections('home');
}
