綾(Venomous D
地球脉动
-->
g g g base: "//n.sinaimg.cn/ent/ku/js/module/",
//提前加载
preload: 'jquery',
// 调试模式
debug: false
});
window.siteUrl = '//ent.sina.com.cn/ku/';
window.AnUrl = function(url){
if (url == undefined) {
//方便调试更换域名,上线后个别更换回来
url = "http://ent.sina.com.cn/ku/";
}
//方便调试更换域名,上线后个别更换回来
var pre = "http://ent.sina.com.cn/ku/";
url = pre.indexOf('?') == -1 ? url : url.replace('?', '&');
return pre+url;
};
window.userId = sinaSSOController.getSinaCookie('uid')?sinaSSOController.getSinaCookie('uid').uid : '';
window.subCommentBtn = false;
window.loginCallback = "";
window.show_login_box = function(){
if (window.userId != 0) {
return window.userId;
} else {
var loginLayer = window.SINA_OUTLOGIN_LAYER;
loginLayer.set('plugin',{
parentNode: document.body,
position: 'custom'
});
loginLayer.set('styles',{
'top':'250px',
'left':'500px',