var speed = 4000;		
					var pics='images/index_01.jpg|images/index_02.jpg|images/index_03.jpg|images/index_04.jpg|';	
					var mylinks='#|#|#|#|';
					var texts=' | | | |';	
					arrtemp=pics.split('|');
					numtemp=arrtemp.length-1;
					//alert(numtemp);
					strtemp='';
					for(atemp in arrtemp){
						if(atemp<numtemp){
								if(atemp==numtemp-1){
									strtemp+=arrtemp[atemp];
								}else{
									strtemp+=arrtemp[atemp]+'|';
								}
						}

					}
					pics=strtemp;
					var sohuFlash2 = new sohuFlash("swf/focus0414a.swf","dplayer2","858","321","8","#ffffff");

							sohuFlash2.addParam("quality", "medium");

							sohuFlash2.addParam("wmode", "opaque");	
							sohuFlash2.addVariable("speed",speed);
						sohuFlash2.addVariable("p",pics);	
						sohuFlash2.addVariable("l",mylinks);
						sohuFlash2.addVariable("icon",texts);
						sohuFlash2.write("dplayer2");	

