var sqjm = {
	cur:0,
	max:6,
	tabs:$(".sqjm_time01"),
	contents:$("#sqjm_cc div"),
	show:function(i){
		if(typeof arguments[0] != "number"){
			i = this.getAttribute("tabIndex");
		}
		var c = sqjm.cur;
		sqjm.tabs.get(c).className = "sqjm_time01";
		sqjm.contents.get(c).style.display = "none";
		c = sqjm.cur = i;
		sqjm.tabs.get(c).className = "sqjm_time02";
		sqjm.contents.get(c).style.display = "block";
	}
};
var i = 0;
sqjm.tabs.each(function(){ this.setAttribute("tabIndex", i ++);});
sqjm.tabs.click(sqjm.show);
sqjm.show(0);

//Ìí¼ÓÆ®¸¡²ã
//document.write('<script language="javascript" src="/script/js/floater.js"></script>');
/*
document.write('<div id="Floater" style="position:absolute;z-index:99;"><a href="http://www.bbn.com.cn/08active/ydt/" target="_blank"><img src="images/ad/2week_ZhongJiang.jpg"></a></div>');
function floaterInit(){
	if(typeof floater == "object"){
		var pi = floater.pageinfo();
		floater.init({id:"Floater",xPos:Math.floor(Math.random() * pi.width/2),yPos:Math.floor(Math.random() * pi.height/2),delay:80, xStep:2, yStep:2, stepRand:1});
	}else{
		setTimeout("floaterInit();", 500);
	}
}
floaterInit();
*/
