document._write_obj = '';
document._write_start = true;
document.write('
');
document.write('
我要分销
');
document.write('
');
loadExtentFile('//s138js.nicebox.cn/fenxiaosrc/fx.css','css');
loadExtentFile('//s138js.nicebox.cn/fenxiaosrc/fx.js','js');
if(document._write){
document.write('_write');
document.write('_write_stop');
}
function ShowFenXiao(){
if(document.getElementById("boxClose"))document.getElementById("boxClose").innerHTML="×";
document.getElementById("boxName").innerHTML="我要分销";
var iframeUrl = "//s138js.nicebox.cn/fenxiaosrc/fenxiao.php?idweb=26193&type=1&FXIDUser="+Request("FXIDUser");
document.getElementById("showiframe").src = iframeUrl;
box.Show({width:"500px",height:"250px"}); // 会员中心弹框高度
}
$(window).load(function(){
var i_FXIDUser = parseInt(Request("FXIDUser"));
var s_ComeFrom = "";
if( (!isNaN(i_FXIDUser) && i_FXIDUser>0) || s_ComeFrom){
var s_PostUrl = "//s138js.nicebox.cn/fenxiaosrc/setFXIDUser.php?callback=?";
var arr_PostData = {"FXIDUser":i_FXIDUser,"ComeFrom":s_ComeFrom};
$.getJSON(s_PostUrl,arr_PostData,function(data){
//console.log(data);
//alert(data.Flag);
});
}
});