var imagePath=new Array();//图片地址
var linkPath=new Array();//连接地址
var infoText=new Array();//介绍性文字

imagePath.push("./images/b_1.jpg")
linkPath.push("http://www.lycode.com/Jsplay/1251564892.html")
infoText.push("右侧导航Flash焦点图效果")

imagePath.push("./images/b_2.jpg")
linkPath.push("http://www.lycode.com/Jsplay/1251122454.html")
infoText.push("搜狐NBA频道Flash焦点图片切换效果")

imagePath.push("./images/b_3.jpg")
linkPath.push("http://www.lycode.com/Jsplay/1251025867.html")
infoText.push("新浪音乐缩略图+文字Flash焦点图片切换效果")

imagePath.push("./images/b_4.jpg")
linkPath.push("http://www.lycode.com/Jsplay/1250403743.html")
infoText.push("缩略图+文字Flash焦点图片切换效果(四图)")

imagePath.push("./images/b_5.jpg")
linkPath.push("http://www.lycode.com/Jsplay/1248506819.html")
infoText.push("FLASH跑马灯旋转效果")
var imagePath_str=""
var linkPath_str=""
var infoText_str=""
for(var i=0;i<5;i++){
	imagePath_str+=imagePath[i]+"|";
	linkPath_str+=linkPath[i]+"|";
	infoText_str+=infoText[i]+"|";
}
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<\/object>");