function Banned()
{
	var banned = {};

	banned.loadPage = loadPage;

	function loadPage()
	{
		//$.prompt('here');
	};

	return banned;
}