﻿	        var urls = new Array();
			var titles = new Array();
			var pics = new Array();
			var texts = new Array();
			var textdet = new Array();
			 urls[0] = 'http://www.bidpal.cn/zhuantizixun/renwuzhuanti/html/20100811/20105411010859687.html';
			titles[0] = '专访';
			pics[0] = 'Anewd/IndexFlash/1.jpg';
			texts[0] = '潮流设计师NOISE（王维轩）';
			textdet[0] = '点击查看';
			
			urls[1] = 'http://bidpal.cn/zhuantizixun/renwuzhuanti/html/20100811/20104211030831609.html';			
			titles[1] = 'Casspiedra作品欣赏';
			pics[1] = 'Anewd/IndexFlash/2.jpg';
			texts[1] = '古典日式插画大师';
			textdet[1] = '点击查看';
			
			urls[2] = 'http://www.bidpal.cn/zhuantizixun/dangdai/html/20100816/20105916010830374.html';			
			titles[2] = '大师作品';
			pics[2] = 'Anewd/IndexFlash/3.jpg';
			texts[2] = '宫崎骏的建筑世界';
			textdet[2] = '点击查看';
			
			urls[3] = 'http://bidpal.cn/zhuantizixun/dangdai/html/20100816/20100316030844859_1.html';			
			titles[3] = '大师作品';
			pics[3] = 'Anewd/IndexFlash/4.jpg';
			texts[3] = '巧夺天工的铅笔雕刻工艺-Dalton Ghetti';
			textdet[3] = '点击查看';
			
			urls[4] = 'http://www.bidpal.cn/jingyouzixun/yishupinzixun/html/20100525/20105225020522953.html';			
			titles[4] = '艺术展览';
			pics[4] = 'Anewd/IndexFlash/5.jpg';
			texts[4] = '纽约艺术家詹姆斯•里兹世界最大展览在不来梅开幕';
			textdet[4] = '点击查看';
			
			urls = urls.join('±');
			titles = titles.join('±');
			pics = pics.join(',');
			texts = texts.join('±');
			textdet = textdet.join('±');
			var fo = new FlashObject("img/slide.swf", "fotester", "320", "340", "8", "#ffffff");
			fo.addVariable("picname", pics);
			fo.addVariable("urls", urls); 
			fo.addVariable("titles", titles);
			fo.addVariable("texts", texts);
			fo.addVariable("textdet", textdet);
			fo.addParam("menu", "false"); 
			fo.addParam("salign", "t"); 
            fo.addParam("wmode","transparent");
			fo.write("flash"); 