if(typeof(A4page) == 'undefined') A4page = {}; A4page.Zone = [];
A4page.Zone["Z1"]={"zonecode":"Z1",content:[{ "aid":"13489", "zid":"83", "title":"法语TCF考试资料", "link":"http://www.crelune.cn/", "advtype":"T", "source":"", "adFormCode":"Z1", "protected":false },{ "aid":"11458", "zid":"83", "title":"小D每日一句英语、日语桌面汇总下载", "link":"http://dict.hjenglish.com/daily/", "advtype":"T", "source":"", "adFormCode":"Z1", "protected":false },{ "aid":"11457", "zid":"83", "title":"听力口语天天练", "link":"http://www.st-johns.com.cn/", "advtype":"T", "source":"", "adFormCode":"Z1", "protected":false },{ "aid":"10107", "zid":"83", "title":"小Q三部曲之《我和小Q不得不说的故事》 ", "link":"http://blog.hjenglish.com/vanhelen/archive/2008/02/16/951929.html", "advtype":"T", "source":"", "adFormCode":"Z1", "protected":false }]};
function show_a4_zone(zonecode)
{
if(A4page.Zone[zonecode].content[0].advtype == "T"){
for (var i=0, post; post = A4page.Zone[zonecode].content[i]; i++) {
if(zonecode.substring(0,1) == "H")
document.write("" + post.title +" ");
else
document.write("" + post.title +"
");
}
} else if (A4page.Zone[zonecode].content[0].advtype == "P"){
if( A4page.Zone[zonecode].content.length == 1 ){
document.write("
");
}else{
for (var i=0, post; post = A4page.Zone[zonecode].content[i]; i++) {
document.write("
");
}
}
}else if (A4page.Zone[zonecode].content[0].advtype == "F"){
document.write(ConvertUbb(A4page.Zone[zonecode].content[0].source));
}
}
function ConvertUbb(Source){
//定义ubb转换参数
var flash_ubb = /\[flash=(\d*),(\d*)\](\S*)\[\/flash\]/igm;
var flash_html= "";
//执行转换
Source=Source.replace(flash_ubb, flash_html );
return Source;
}