(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("index/images/1.jpg");
	link[0]=encodeURIComponent("./chanpinzhanting/xinaiqilei/2009-08-07/7.html");
	text[0]="好女人吸奶器";
  	imag[1]=encodeURIComponent("index/images/2.jpg");
	link[1]=encodeURIComponent("./chanpinzhanting/dianzidianqi/12.html");
	text[1]="好女人吸奶器";
  	imag[2]=encodeURIComponent("index/images/3.jpg");
	link[2]=encodeURIComponent("./chanpinzhanting/dianzidianqi/10.html");
	text[2]="好女人吸奶器";
  	imag[3]=encodeURIComponent("index/images/4.jpg");
	link[3]=encodeURIComponent("./chanpinzhanting/xinaiqilei/2009-08-07/6.html");
	text[3]="吸奶器";
 
	if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="index/images/ad.jpg";
        	link[i]=encodeURIComponent("/");
        	text[i]="好女人母婴用品";
	    }
	}
 	var pic_width=540;
	var pic_height=252;
	var stop_time=4000;
    makeSWF('FrontPageFocusShower','index/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
	});
})($);