(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("images/cx.jpg");
  	imag[1]=encodeURIComponent("images/cx2.jpg");
  	imag[2]=encodeURIComponent("images/cx3.jpg");
  	imag[3]=encodeURIComponent("images/cx4.jpg");
 
	if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="images/ad.jpg";
	    }
	}
 	var pic_width=250;
	var pic_height=176;
	var stop_time=4000;
    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
	});
})($);