(function($){
	var imag=[];
	var link=[];
	var text=[];
  	imag[0]=encodeURIComponent("images/1.jpg");
	link[0]=encodeURIComponent("http://help.uu898.com/security/safe_flsh.html");
  	imag[1]=encodeURIComponent("images/2.jpg");
	link[1]=encodeURIComponent("http://help.uu898.com/Authentication/Authentication.aspx");
  	imag[2]=encodeURIComponent("images/3.jpg");
	link[2]=encodeURIComponent("http://help.uu898.com/security/fangdao.html");
 	var pic_width=240;
	var pic_height=220;
	var stop_time=3000;
    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
	});
})($);
