$(document).ready(function(){
		$('body').append($('.jqmWindow'));
        $('#dialogwindow').jqm(
            {
             ajax: "/wedding_wizard",
             trigger: "a.jqModal",
             modal: "true", toTop: "true"
          }
      );
});