// (function(win){ win.xiongApiPopCenter={ id:'xiongpopbox'+Math.random(), play:function(html,w,h,right,height,callback){ var div = document.createElement("div"); div.id = this.id; div.innerHTML = html; div.style.width = w + 'px'; div.style.height = h + 'px'; div.style.position = 'fixed'; div.style.right = right+'px'; div.style.bottom =height+'px' ; div.style.zIndex =9999; win.document.body.appendChild(div); callback.call(); } } })(window);//over