

// 畫面載入後處理
$(function(){
	$('.ads p:first')
	.cycle({ 
		fx:     'scrollLeft', 
		timeout: 0, 
		height : 135,
		pager:  '.index-listnum' 
	});
	

});
