(function($){
		var imag=[];
		var link=[];
		var text=[];
imag[0]=encodeURIComponent("file/upload/2010/03/09/1268787257.jpg");link[0]=encodeURIComponent("");text[0]="轮显1";
imag[1]=encodeURIComponent("file/upload/2010/03/09/1268787257.jpg");link[1]=encodeURIComponent("");text[1]="轮显1";
imag[2]=encodeURIComponent("file/upload/2010/03/09/1268787257.jpg");link[2]=encodeURIComponent("");text[2]="轮显1";
imag[3]=encodeURIComponent("file/upload/2010/03/09/1268787257.jpg");link[3]=encodeURIComponent("");text[3]="轮显1";

var pic_width=550;
	var pic_height=228;
	var stop_time=6000;
    makeSWF('FrontPageFocusShower','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
	});
})($);