搜狐体育频道Flash+文字幻灯片效果

	var speed = 4000;		
	var pics='./images/1.jpg|./images/2.jpg|
	./images/3.jpg|./images/4.jpg|
	./images/5.jpg|./images/6.jpg|
	./images/7.jpg';	//图片集用 | 分割
	var mylinks='http://www.lycode.com|http://www.lycode.com|
	http://www.lycode.com|http://www.lycode.com|http://www.lycode.com|
	http://www.lycode.com|http://www.lycode.com';//URL | 分割
	var texts='中国男篮胜澳洲明星 易建联神勇上篮|埃托奥亮相国米获9号球衣|游泳世锦赛激战正酣 罗雪娟变身粉红女郎|全运山东男足两获点球 重庆向裁判抗议|郑智客串辽足一员 高调现身国内赛场|科比出席基金慈善晚宴 与孙悦热情相拥|09火箭慈善之旅 兰德里与美女合影';  //文字用 | 分割		
	var sohuFlash2 = new sohuFlash("./swf/focus.swf","flashcontent01","290","345","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("flashcontent01");