function confirmAction(message)
{
	return (confirm(message))
}

function publish()
{
 return (confirm('TT - Once you publish this category it will become public.\nAre you sure you want continue?'))
}

function deleteCategory()
{
 return (confirm('TT - This will remove all record of the category from TriviaTown,\n including all the questions written in this category.\n Are you sure you want continue?'))
}

function deleteQuestion()
{
 return (confirm('TT - Are you sure you want to permanently delete this question?'))
}