$(function(){
  // if(!$.cookie('ce_move_alert')) {
  //   $("#dialog").dialog({
  //     modal: true,
  //     buttons: {
  //        Done: function() {
  //          $(this).dialog('close');
  //        }
  //     },
  //     height: 'auto',
  //     width: 'auto'
  //   });
  //   /*Build the cookie that tells the browser not to display the moving
  //   alert again. It should only display once, it will not display when it detects
  //   the following cookie has been set.*/
  //   
  //   /*Cookie Options*/
  //   var OPTIONS = {
  //     expires: 5
  //   }
  //   /*Set the cookie*/
  //   $.cookie('ce_move_alert','shown', OPTIONS);
  // }
})