(function($){
	var imag=[];
	var link=[];
	var text=[];

    imag[0]=encodeURIComponent("images/news05.jpg");
	link[0]=encodeURIComponent("http://www.ej100.cn");
	text[0]="DDCAT";
    imag[1]=encodeURIComponent("images/news06.jpg");
	link[1]=encodeURIComponent("http://www.ej100.cn");
	text[1]="MIKYO";
    imag[2]=encodeURIComponent("images/news03.jpg");
	link[2]=encodeURIComponent("http://www.ej100.cn");
	text[2]="MQ";
  imag[3]=encodeURIComponent("images/news08.jpg");
	link[3]=encodeURIComponent("http://www.ej100.cn");
	text[3]="r100";
 
	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=540;
	var pic_height=320;
	var stop_time=8000;
    makeSWF('FrontPageFocusShower','images/focus.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});
})($);
