﻿var tips = new Array();
//tips[0] = '<a href=http://www.xtxb.net/index.php?showtopic=8607>论坛公开招聘斑竹</a>';
tips[0] = '<a href=http://www.xtxb.net/index.php?showtopic=8608>论坛使用技巧</a>';
tips[1] = '<a href=http://www.xtxb.net/index.php?showtopic=4397>北信生活指南--新生必读</a>';
tips[2] = '<a href=http://www.xtxb.net/index.php?showtopic=9927>注册人工激活</a>';

var index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);