var ADL_db = new Array();
var ADL_con;

ADL_creater(0,"blog","blog","/th/blog/","th_blog.jpg");
ADL_creater(1,"Cafe de Osaka","Cafe de Osaka","http://www.facebook.com/pages/Café-de-OSAKA/180163878703789","faccebook_banner");
ADL_creater(2,"ดาวน์โลตไกด์บุ้ค","เชิญดาวน์โลตไกด์บุ้คภาษาอังกฤษเป็น pdf file ที่นี่","http://www.osaka-info.jp/agent/gb/en.pdf","guidebook_en.jpg");
ADL_creater(3,"Inviting Osaka Tourism Supporters (tentative)!","Inviting Osaka Tourism Supporters (tentative)!","http://www.osaka-info.jp/supporter/en/","supporer.jpg");
ADL_creater(4,"Osaka Workmanship","Osaka Workmanship","http://www.osaka-info.jp/th/mono/blog/?p=1","corporate.jpg");
ADL_creater(5,"บันทึกการฝึกงานที่ญี่ปุ่น","บันทึกการฝึกงานที่ญี่ปุ่น","/th/internship/","bnr_intern.jpg");


ADL_con = ''
+ ADL_db[0]
+ ADL_db[1]
+ ADL_db[2]
+ ADL_db[3]
+ ADL_db[4];
+ ADL_db[5];
+ ADL_db[6];

function ADL_creater(i,s,ex,url,f) {
	ADL_db[i] = '<li id="ad'+i+'">'
	+ '<a href="/ad/ad.php?url='+escape(url)+'" title="'+ex+'" target="_blank">'
	+ '<img src="/ad/'+f+'" alt="'+s+'" width="150" height="80" /></a><p class="ad_title">'
	+ '<a href="/ad/ad.php?url='+escape(url)+'" title="'+ex+'" target="_blank">'+s+'</a></p>'
	+ '<img src="/common/images/ad_line.gif" alt="" width="150" height="6" /></li>';
}

document.write('<h3 id="ad_title">Advertisement</h3><ul id="ad">'+ADL_con+'</ul>');

