/*首页轮播*/
(function(){
				/*
				function:	sgSlide
				depends:    jquery.js(1.2.6~1.4.0)
							sgSlide.js(sgSlide)
				*/
				var sg=$("#sgSlide").sgSlide({
					data:[ 
						  '<li><a href="http://forum.bbgsite.com/thread/2/7/20120210/Wargame_1942_General_Status_Giveaway_for_Top_50_participants-4f35024555c75a713-1.html"><img src="http://images.bbgsite.com/www/flash/forum432x188/20120213_m.jpg" width="470" height="230" /></a><div class="text_con"><h3><a href="http://forum.bbgsite.com/thread/2/7/20120210/Wargame_1942_General_Status_Giveaway_for_Top_50_participants-4f35024555c75a713-1.html">Wargame1942  General Status Giveaway for Top 50 participants</a></h3><p>Wargame1942 - Welcome to the battlefields of the Second World War where you play a decisive role in the brutal confrontation between the Axis and the Allied Powers.</p></li>',
						  '<li><a href="http://contest.bbgsite.com/giveaway/rnr0207/"><img src="http://images.bbgsite.com/www/flash/forum432x188/20120207_1.jpg" width="470" height="230" /></a><div class="text_con"><h3><a href="http://contest.bbgsite.com/giveaway/rnr0207/">Roll n Rock OBT Starter Kit Giveaway Event</a></h3><p>Aiyou Network Technology was founded in 2008 as a small independent studio and then expanded itself into a much bigger one in 2012.</p></li>',
						  '<li><a href="http://contest.bbgsite.com/giveaway/clash_of_kingdoms0202/"><img src="http://images.bbgsite.com/www/flash/forum432x188/20120207_m.jpg" width="470" height="230" /></a><div class="text_con"><h3><a href="http://contest.bbgsite.com/giveaway/clash_of_kingdoms0202/">Clash of Kingdoms Valentine\'s Gift Code Giveaway</a></h3><p>Clash of Kingdoms is free to play browser-based Strategy MMO set in Three Kingdoms China, where players work together in developing cities, raising armies and waging epic battles to elevate their kingdoms to dominate all other kingdoms.</p></li>',
						   '<li><a href="http://contest.bbgsite.com/giveaway/auto_club_revolution0203/"><img src="http://images.bbgsite.com/www/flash/forum432x188/20120206_m.jpg" width="470" height="230" /></a><div class="text_con"><h3><a href="http://contest.bbgsite.com/giveaway/auto_club_revolution0203/">Auto Club Revolution Closed Beta Keys Giveaway Event</a></h3><p>Eutechnyx is the world\'s leading independent racing game developer. With a history spanning over 23 years, the studio has won numerous awards for its million-plus selling titles and garnered exceptional acclaim in the business sector....</p></li>',

					],//数据数组
					d2:"ul",//相对this选择器，定位层
					d3:"ul > li",//相对this选择器，list对象
					gridLen:468,//格子长度
					seeLen:468,//可视容器宽度
					stepLen:468,//步长长度（每次滚动长度）
					speed:300,//滚动速度
					direction:"left",//默认方向
					directionSense:true,//是否启用方向感应
					gap:true,//回弹
					autoPlayTimes:3000,//自动播放间隔时间
					isBtn:{
						leftOrTop:"#sgSlideLeft",//向左按钮
						rightOrBottom:"#sgSlideRight",//向右按钮
						disableCss:"disable"//按钮失效css
					},//按钮树配置，false时禁用按钮控制功能
					callback:function(e){
						$("#sgSlidtNow").html(sg.star+1);
					}
				});
				sg.execute();
				$("#sgSlideTotal").html(sg.dataLen);
			})();
