//
// closingComment - pops up a JavaScript alert dialog with the passed item
//

function closingComment (aComment) {
    alert(aComment);
}
