var pics = ""; //图片地址 var urls = ""; //标题 var texts = ""; //文章地址 var links = new Array(); //文章地址 var titles = new Array(); //标题 var summarys = new Array(); //摘要 pics = pics + "|" + "/focus/images/1225166754871.jpg"; texts = texts + "|" + "-"; urls = urls + "|" + "http://www.huwaiclub.com/zhuanti/team.php"; summarys[summarys.length] = "2008年,GORE-TEX®品牌联合全国各地最优秀户外网站成立户外网站联盟,召集联盟成员网站的核心…"; titles[titles.length] = "组建“戈尔特斯TM体验团队”"; links[links.length] = "http://www.huwaiclub.com/zhuanti/team.php"; pics = pics + "|" + "/focus/images/1225183122712.jpg"; texts = texts + "|" + "-"; urls = urls + "|" + "http://www.huwaiclub.com/zhuanti/camp.php"; summarys[summarys.length] = "第一届户外网站联盟山地节,40余家成员网站共同举办,包括徙步、穿越、登山、野营等丰富内容。全…"; titles[titles.length] = "户外网站联盟山地节"; links[links.length] = "http://www.huwaiclub.com/zhuanti/camp.php"; pics = pics + "|" + "/focus/images/1225166421360.jpg"; texts = texts + "|" + "-"; urls = urls + "|" + "http://bbs.huwaiclub.com/viewthread.php?tid=645&extra=page%3D1"; summarys[summarys.length] = "为了培养户外领队人才,提高户外领队的整体水平,丰富各个户外网站的活动,加强整个户外网站间联…"; titles[titles.length] = "户外网站联盟领队培训计划"; links[links.length] = "http://bbs.huwaiclub.com/viewthread.php?tid=645&extra=page%3D1"; pics = pics + "|" + "/focus/images/1225166025139.jpg"; texts = texts + "|" + "-"; urls = urls + "|" + "http://photo.huwaiclub.com"; summarys[summarys.length] = "只要你拍摄的是与户外雨中的景色、人物、事件等相关题材的作品(彩色黑白)均可参加本次户外网站…"; titles[titles.length] = "08年度“户外网站联盟”摄影联赛"; links[links.length] = "http://photo.huwaiclub.com"; function loadChangePicsFlash() { var flashUrl = "/images/focus.swf"; var focus_width=295; var focus_height=210; var text_height=0; var swf_height = focus_height+text_height; pics = pics.substr(1); urls = urls.substr(1); texts = texts.substr(1); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } function attachFlash() { var flashObj = document.getElementById("flashPicChange"); var picIndex = 0; try{ picIndex = flashObj.GetVariable("_root.current_pic"); if(picIndex == -1){ picIndex = 0; } } catch(e){ } var titleContainer = document.getElementById("fTitle"); var summaryContainer = document.getElementById("fSummary"); titleContainer.firstChild.href = links[picIndex]; titleContainer.firstChild.firstChild.innerHTML = titles[picIndex]; summaryContainer.firstChild.href = links[picIndex]; summaryContainer.firstChild.innerHTML = summarys[picIndex]; }