/*
	----------------------------------------
	homePrefsInit
	-----
	navigation-bar : user clicked in the search box
	----------------------------------------
*/
function homePrefsInit ()
{
	$("a#news-prefs-btn").click(function() {


		$('#news-prefs-dlg').load('inc/xjx/getNewsPref.php');


		$('#news-prefs-dlg').modal({position: ["30%",]});

		return false;
	});


}

