Include close button
(function(_c) {
// Create modal module
var modal = _c.create.modal({
id : '',
close : ,
title : '',
content : '',
footer : '',
transition : ''
});
// Do something with it...
modal.show();
})(Chicago);