// MAIN

	addTooltip('hnav2_m9');
	document.getElementById('hnav2_m9').onclick = getPrivacyTemp;

	function getPrivacyTemp()
	{
		getTemplate('./temp/privacy.php', 'content', true, null);
	}

//ACTIONS

