//社区公告
var oInfo=new Array();
oInfo[0]=new Array("","社区勋章说明修订","/topics/2205/200611/11/2311553,1.html");
oInfo[1]=new Array("red","《大话水浒》今日火爆内测","http://sohu.ad-plus.cn/event.ng/Type=click&FlightID=200912&TargetID=sohu&Values=ed5c0419,a40de990,29efebb2,35d7edf1&AdID=94133");
oInfo[2]=new Array("","ＢＢＳ管理员在线","/topics/817/200511/03/2267588,1.html");
oInfo[3]=new Array("","互动社区新版发帖指南","http://v1.bbs.17173.com/thread/32/74/20100119/4b5590d4d21c79b13-1.html");
oInfo[4]=new Array("","最新游戏帐号兑换","/exchange/card_list.php");
oInfo[5]=new Array("","17173论坛G币奖励说明","/topics/1061/201001/06/2364116,1.html");



//文字推荐
var textAD=new Array();
textAD[1]    =new Array("<b>17173论坛2009年玩家精彩荟萃大合辑</b>","/zhuanti/2010/highlight2009.html");
textAD[0]    =new Array("<b>社区即将开始转移论坛数据和用户数据</b>","http://v1.bbs.17173.com/thread/32/74/20100114/4b4e801da1f877a13-1.html");
textAD[2]    =new Array("<b>网游原创文学的平台</b>","http://bbs.17173.com/list.php?id=4771&sid=4772");


for(var i=0;i<oInfo.length;i++){
	if(i%2==0 && i!=0) document.write('<br/>');
	document.write(' ·<a href="'+oInfo[i][2]+'" target="_blank"><font color='+oInfo[i][0]+'>'+oInfo[i][1]+'</font></a>');
}

function getTextAD(num){
	var prefix = "";
	if(0==num){
		prefix = "新鲜";
	}else if(1==num){
		prefix = "热点";
	}else if(2==num){
		prefix = "围观";
	}else{
		prefix = "社区热点";
	}
	document.write("<b>"+prefix+":</b><a target='_blank' href='"+textAD[num][1]+"'><font color='red'>"+textAD[num][0]+"</font></a>");
}
