(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("images/3.jpg");
	link[0]=encodeURIComponent("http://www.easa.com.tw/shopping/BK1013.htm");
	text[0]="¦N¯ù¶é¡©»eãé¯ù¡ª¨t¦C¯ù¸­Â§²°";
  	imag[1]=encodeURIComponent("images/2.jpg");
	link[1]=encodeURIComponent("http://tea.easa.com.tw");
	text[1]="»OÆW°ê»Ú¯ùÃÀ³ÕÄý·|";
  	imag[2]=encodeURIComponent("images/5.jpg");
	link[2]=encodeURIComponent("http://www.extratea.com.tw");
	text[2]="§üªL·Ë°ª¤s¯ùª÷µP¤j½à";
  	imag[3]=encodeURIComponent("images/4.jpg");
	link[3]=encodeURIComponent("http://www.dctea.com.tw");
	text[3]="¤j¤d»s¯ù";
 
	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=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
	});
})($);
