//<![CDATA[
function confirmDelete() { 
  var userChoice; 
  userChoice = confirm('Are you sure you wish to delete this post?\nThis action CANNOT be undone.');
  return userChoice;
}
//]]>
