');
if(_gameclub_info_.indexOf('blog'+'Update'+auId+':true')!=-1) html.push('
');
html.push(' ');
}
if(_gameclub_info_.indexOf('group'+auId+':true')!=-1){
html.push('');
html.push('
');
if(_gameclub_info_.indexOf('group'+'Update'+auId+':true')!=-1) html.push('
');
html.push(' ');
}
if(_gameclub_info_.indexOf('column'+auId+':true')!=-1){
html.push('');
html.push('
');
if(_gameclub_info_.indexOf('column'+'Update'+auId+':true')!=-1) html.push('
');
html.push(' ');
}
if(_gameclub_info_.indexOf('album'+auId+':true')!=-1){
html.push('');
html.push('
');
if(_gameclub_info_.indexOf('album'+'Update'+auId+':true')!=-1) html.push('
');
html.push('');
}
if(html.length>0) elem.html(html.join(''));
}
}
}
function switchOpera(obj,pId){
if($(obj).hasClass("ico_sq")){
$(obj).removeClass("ico_sq").addClass("ico_zk");
$(obj).html("展开");
$("#"+pId).find(".tb").eq(0).addClass("hidden");
}else{
$(obj).removeClass("ico_zk").addClass("ico_sq")
$(obj).html("收起");
$("#"+pId).find(".tb").eq(0).removeClass("hidden");
}
}
if(jClubServer) document.write('\');