' + newsArray[i].title +'
';
}
}
$('#videoNews_container').html(combineItems);
$('.video_block_ie7fix01').css('background-color','#fff');
$('.video_block_ie7fix01 a').click(function () {
window.location = $(this).attr('href');
});
$('.video_block_ie7fix01 a').hover(function () {
$(this).css('cursor', 'pointer');
});
$('.Larrow').attr('title','第'+(pageNum-1maxPage?1:pageNum+1)+'頁');
videos_resize();
videolist();
}
$(function () {
getDoc();
jumpPage(1);
});
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.