function topMenu()
{
	/*var minute = new Date().getMinutes();
	var prot = new Date().getSeconds();
	minute = minute.toString().substring(minute.toString().length-1,minute.toString().length);
	prot = prot.toString().substring(prot.toString().length-1,prot.toString().length)
	if ((parseInt(minute) % 2) == 0)
		prot = (prot == "0") ? "8090" : "808" + prot;
	else
		prot = (prot == "0") ? "10010" : "1000" + prot;*/
	var data_topMenu = '<a style="color: #FFFFFF; text-decoration: none;" href="http://www.7m.cn" target="_blank"><strong>首页</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://live2.7m.cn/pk_live_gb.aspx?line=no" target="_blank"><strong>比分指数2in1</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://live2.7m.cn/default_gb.aspx" target="_blank"><strong>即时比分</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://data2.7m.cn/result_data/index_gb.shtml" target="_blank"><strong>完场</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://data2.7m.cn/fixture_data/sc_jt1.shtml" target="_blank"><strong>赛程</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://am.7m.hk/gb/winodds.shtml" target="_blank"><strong>让球指数</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://1x2.7m.cn/default_gb.shtml" target="_blank"><strong>标准指数</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://win.7m.cn" target="_blank"><strong>彩票</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://news.7m.cn" target="_blank"><strong>新闻中心</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://data2.7m.cn/database/index_gb.htm"><strong>资料库</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://free.7m.cn/apply_jt.shtm" target="_blank"><strong>免费调用</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://basket2.7m.cn/default_gb.aspx" target="_blank"><strong>篮球比分</strong></a>　<a style="color: #FFFFFF; text-decoration: none;" href="http://bam.7m.hk/gb/winodds.shtml" target="_blank"><strong>篮球指数</strong></a>';
	document.write(data_topMenu);
}