var tipString='<span class="ui-wjicon-confirm"></span>欢迎您进入我们的网站<br /><br />我们网站已更新到新网址www.baidu.com。';
        var wjDialog=$('#ddvvDialog').html(tipString).dialog({
        title:'温馨提示',
        resizable: false,
        width:450,
        minHeight:220,
        modal: true,
        buttons: {
        "确定": function() {
            $( this ).dialog( "close" );
            gameActionRemoveCode();
             
        },
        "取消": function() {
            $( this ).dialog( "close" );
             
        }
         
        }
        });//dialog endwjDialog.show();