var imgArray = [ {title:"贵州副省长谢庆生、中央美院教授.",img:"http://www.qart.com.cn/upload/jpg/s_LJD_6477.jpg",link:"http://www.qart.com.cn/dp-0000000000130931.xhtml"}, {title:"贵州能工巧匠“多彩贵州•贵州民族.",img:"http://www.qart.com.cn/upload/jpg/s_LJD_6001.jpg",link:"http://www.qart.com.cn/dp-0000000000130929.xhtml"}, {title:"“多彩贵州•贵州民族民间手工艺品.",img:"http://www.qart.com.cn/upload/jpg/s_ljd_6037.jpg",link:"http://www.qart.com.cn/dp-0000000000130928.xhtml"}, {title:"“多彩贵州・贵州民族民间手工艺品.",img:"http://www.qart.com.cn/upload/jpg/s_113.jpg",link:"http://www.qart.com.cn/dp-0000000000130882.xhtml"}, {title:"最美亚运使者变少数民族少女 代.",img:"http://www.qart.com.cn/upload/jpg/s_bj07.jpg",link:"http://www.qart.com.cn/dp-0000000000130874.xhtml"}, {title:"“多彩贵州•贵州民族民间手工艺品.",img:"http://www.qart.com.cn/upload/jpg/s_bj02.jpg",link:"http://www.qart.com.cn/dp-0000000000130873.xhtml"}, {title:"我省专家集体发声 “夜郎”是贵州.",img:"http://www.qart.com.cn/upload/jpg/s_xin_1.jpg",link:"http://www.qart.com.cn/dp-0000000000130561.xhtml"}, {title:"梦幻都柳江焰火晚会欢庆旅游节",img:"http://www.qart.com.cn/upload/jpg/s_48823_128871273892xc00.jpg",link:"http://www.qart.com.cn/dp-0000000000130148.xhtml"} ]; var photoMarquee = function (){ if($('run-photo-plane').scrollLeft>=($('run-photo').getStyle('width').toInt() - $('run-photo-plane').getStyle('width').toInt()) -5) { $('run-photo-plane').scrollLeft=1; } else{ $('run-photo-plane').scrollLeft++; } } // 261px × 200px window.addEvent('domready', function() { if (imgArray.length>0) new JChangeIMG({container:$("put-photo-here"),data:imgArray,sleep:3500}); $('run-photo').setStyle('width',$('run-photo-plane').getStyle('width').toInt() *2); photoMarquee.periodical(50);//滚动 });