(function($){
	var imag=[];
	var link=[];
	var text=[];


  	imag[0]=encodeURIComponent("/ad/images/yiboshi.gif");
	link[0]=encodeURIComponent("http://bbs.eweiqi.com/read.php?tid=100076691");
	text[0]="";
  	imag[1]=encodeURIComponent("/ad/images/daochangzhuye.gif");
	link[1]=encodeURIComponent("http://www.eweiqi.com/Event/daoc/daoc_dz.html");
	text[1]="";
  	imag[2]=encodeURIComponent("/ad/images/PKholdemCBT_505x246.gif");
	link[2]=encodeURIComponent("http://game.eweiqi.com/");
	text[2]="";
//  	imag[3]=encodeURIComponent("/ad/images/yiboshi.gif");
//	link[3]=encodeURIComponent("http://bbs.eweiqi.com/read.php?tid=100076691");
//	text[3]="";
	
//	if(imag.length < 4){
//	    for(var i=imag.length;i<4;i++){
//        	imag[i]="images/ad.jpg";
//        	link[i]=encodeURIComponent("/");
//      	text[i]="";
//	    }
//	}
 	var pic_width=505;
	var pic_height=246;
	var stop_time=6000;
    makeSWF('FrontPageFocusShower','focus'+imag.length+'.swf',{
		FlashVars : 'pics='+imag.join('|')+'&links='+link.join('|')+'&texts='+text.join('|')+'&stop_time='+stop_time+'',
		wmode: 'opaque',
		scale: 'noScale',
		quality: 'high',
		width : pic_width,
		height : pic_height
	});
})($);