(function($){
	var imag=[];
	var link=[];
	var text=[];
	
	              imag[0]=encodeURIComponent("img/ad01.jpg"); 
				  link[0]=encodeURIComponent("#"); 
				  text[0]="重点科技是你可信赖的专业网站笔划设计有服务商";
				  
				  imag[1]=encodeURIComponent("img/ad02.jpg");
				  link[1]=encodeURIComponent("#");
				  text[1]="重点科技是你可信赖的专业网站笔划设计有服务商";
				  
				  imag[2]=encodeURIComponent("img/ad03.jpg"); 
				  link[2]=encodeURIComponent("#");
				  text[2]="重点科技是你可信赖的专业网站笔划设计有服务商";
				  
				  imag[3]=encodeURIComponent("img/ad.swf"); 
				  link[3]=encodeURIComponent("#");
				  text[3]="重点科技是你可信赖的专业网站笔划设计有服务商";
					 
 
	if(imag.length <4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="img/ad.jpg";
        	link[i]=encodeURIComponent("http://www.czsell.com");
        	text[i]="重点科技是你可信赖的专业网站笔划设计有服务商";
	    }
	}
 	var pic_width=740;
	var pic_height=146;
	var stop_time=3000;
    makeSWF('FrontPageFocusShower','img/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
	});
})($);