// JavaScript Document

$().ready(function() {
  $('#dialog').jqm();
  $('#dialog').jqmShow();
});