(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("images/1.jpg");
	link[0]=encodeURIComponent("http://www.chrmq.com/Article/lsss/Index.html");
	text[0]="";
  	imag[1]=encodeURIComponent("images/2.jpg");
	link[1]=encodeURIComponent("http://www.chrmq.com/Article/zcfg/201005/4784.html");
	text[1]="";
  	imag[2]=encodeURIComponent("images/xl.jpg");
	link[2]=encodeURIComponent("http://www.chrmq.com/Article/wenhua/200906/663.html");
	text[2]="心理咨询师";
  	imag[3]=encodeURIComponent("images/4.jpg");
	link[3]=encodeURIComponent("http://www.chrmq.com/Article/zcfg/200906/667.html");
	text[3]="懒人图库";
  	imag[4]=encodeURIComponent("images/5.jpg");
	link[4]=encodeURIComponent("http://www.chrmq.com/Article/ShowArticle.asp?ArticleID=734");
	text[4]="懒人图库";
 
	if(imag.length < 6){
	    for(var i=imag.length;i<6;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
	});
})($);