(function(){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("images/01.jpg");
	link[0]=encodeURIComponent("");
	text[0]="kesot";
  	imag[1]=encodeURIComponent("images/02.jpg");
	link[1]=encodeURIComponent("");
	text[1]="kesot";
  	imag[2]=encodeURIComponent("images/03.jpg");
	link[2]=encodeURIComponent("");
	text[2]="kesot";
  	imag[3]=encodeURIComponent("images/04.jpg");
	link[3]=encodeURIComponent("");
	text[3]="kesot";
 
	if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="images/ad.jpg";
        	link[i]=encodeURIComponent("/");
        	text[i]="kesot";
	    }
	}
 	var pic_width=964;
	var pic_height=256;
	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
	});
})($);
