jConfirme com este código existente

Preciso de ajuda para usar o jConfirm com este código existente (php & jquery & jAlert).

function logout()
{
  if (confirm("Do you really want to logout?"))
    window.location.href = "logout.php";

}

Se eu apenas mudar de confirmação para jConfirme isso não é suficiente para fazer o trabalho ...

Obrigado pela ajuda

Lena

questionAnswers(1)

yourAnswerToTheQuestion