var A_title = new Array();
var A_titleall = new Array();
var A_count = new Array();
var A_pubtime = new Array();
var A_url = new Array();
A_title.push('中国人民银行将发行江泽民诞辰100周年纪念币');
A_titleall.push('中国人民银行将发行江泽民诞辰100周年纪念币');
A_url.push('http://news.fjsen.com/wap/2026-08/15/content_32236039.htm');
A_count.push('242');
A_pubtime.push('08-15');
A_title.push('填补国际标准空白!龙岩“矿业 ”产业标准化建设再获突破');
A_titleall.push('填补国际标准空白!龙岩“矿业 ”产业标准化建设再获突破');
A_url.push('https://ly.fjsen.com/wap/2026-08/15/content_32236121.htm');
A_count.push('213');
A_pubtime.push('08-15');
A_title.push('漳州:抓紧抓实抓细开渔各项准备工作');
A_titleall.push('漳州:抓紧抓实抓细开渔各项准备工作');
A_url.push('https://zzpd.fjsen.com/2026-08/15/content_32236035.htm');
A_count.push('51');
A_pubtime.push('08-15');
A_title.push('漳州市领导督导推进景区建设工作');
A_titleall.push('漳州市领导督导推进景区建设工作');
A_url.push('https://zzpd.fjsen.com/2026-08/15/content_32236037.htm');
A_count.push('48');
A_pubtime.push('08-15');
A_title.push('中共漳州市委十二届十二次全会举行');
A_titleall.push('中共漳州市委十二届十二次全会举行');
A_url.push('https://zzpd.fjsen.com/2026-08/15/content_32236034.htm');
A_count.push('45');
A_pubtime.push('08-15');
A_title.push('漳州市人大常委会领导调研民事审判工作');
A_titleall.push('漳州市人大常委会领导调研民事审判工作');
A_url.push('https://zzpd.fjsen.com/2026-08/15/content_32236036.htm');
A_count.push('43');
A_pubtime.push('08-15');
A_title.push('江泽民诞辰100周年纪念币,8月17日起发行');
A_titleall.push('江泽民诞辰100周年纪念币,8月17日起发行');
A_url.push('https://news.fjsen.com/wap/2026-08/14/content_32236003.htm?page=pad');
A_count.push('39');
A_pubtime.push('08-14');
A_title.push('东南时评 | 十年生态蝶变,福建不只是更绿了');
A_titleall.push('东南时评 | 十年生态蝶变,福建不只是更绿了');
A_url.push('https://www.fjsen.com/r/2026-08/15/content_32235529.htm');
A_count.push('38');
A_pubtime.push('08-15');
A_title.push('“闽南历史文化研究”入选“绝学”学科扶持计划');
A_titleall.push('“闽南历史文化研究”入选“绝学”学科扶持计划');
A_url.push('http://fjnews.fjsen.com/2026-08/15/content_32236029.htm');
A_count.push('32');
A_pubtime.push('08-15');
A_title.push('中华白海豚在厦门有“AI保镖”');
A_titleall.push('中华白海豚在厦门有“AI保镖”');
A_url.push('https://fjnews.fjsen.com/2026-08/15/content_32236012.htm');
A_count.push('32');
A_pubtime.push('08-15');
var A_tpl = '';
if(document.getElementById('news_top0'))
{
var A_tmp = document.getElementById('news_top0').innerHTML;
A_tmp = A_tmp.replace(/title=\[titleall\]/ig, 'title="[titleall]"');
if(A_tmp.match(/\[loop\]/i))
{
A_tpl = A_tmp;
}
}
var A_loop = A_tpl.replace(/(^[\S\s]*?\[loop\]|\[\/loop\][\S\s]*?$)/ig, '');
var A_loopHTML = '';
for(var A_i = 0; A_i < A_title.length; A_i ++)
{
A_loopHTML += A_loop.replace(/\[title(|\:\d+)\]/ig, function($0, $1){
if($1 == ''){
return A_title[A_i];
}
return A_title[A_i].substr(0, parseInt($1, 10));
}).replace(/\[url\]/ig, A_url[A_i]).replace(/\[pubtime\]/ig, A_pubtime[A_i]).replace(/\[count\]/ig, A_count[A_i]).replace(/\[titleall\]/ig, A_titleall[A_i]);
}
var A_HTML = A_tpl.replace(/\[loop\][\S\s]*?\[\/loop\]/i, A_loopHTML);
if(document.getElementById('news_top0'))
{
document.getElementById('news_top0').innerHTML = A_HTML;
}
else
{
document.write(A_HTML);
}