// JavaScript Document

var header_imageTags = new Array();
var header_imageTags_num = Math.floor(Math.random()*10);

header_imageTags[0] = '<a href="http://www.facebook.com/pages/Caf%C3%A9-de-OSAKA/180163878703789"'
+ ' title=""FACEBOOK Cafe de Osaka">'
+ '<img src="/update/images/th_header_top12.jpg" alt="Cafe de Osaka" width="800" height="180" /><\/a>';

header_imageTags[1] = '<a href="/th/column/cool.html"'
+ ' title=""Cool Osaka" โอซาก้า เมืองแห่งประวัติศาสตร์และวัฒนธรรม">'
+ '<img src="/update/images/th_header_top5.jpg" alt="Cool Osaka" width="800" height="180" /><\/a>';

header_imageTags[2] = '<a href="/th/column/kawaii.html"'
+ ' title="คาวาอิ โอซาก้า ">'
+ '<img src="/update/images/th_header_top8.jpg" alt="Kawaii Osaka" width="800" height="180" /><\/a>';

header_imageTags[3] = '<a href="http://www.facebook.com/pages/Caf%C3%A9-de-OSAKA/180163878703789"'
+ ' title=""FACEBOOK Cafe de Osaka">'
+ '<img src="/update/images/th_header_top12.jpg" alt="Cafe de Osaka" width="800" height="180" /><\/a>';

header_imageTags[4] = '<a href="/th/column/oishii.html"'
+ ' title="โออิชิ โอซาก้า ">'
+ '<img src="/update/images/th_header_top10.jpg" alt="Oishii Osaka" width="800" height="180" /><\/a>';

header_imageTags[5] = '<a href="/th/column/cool.html"'
+ ' title=""Cool Osaka" โอซาก้า เมืองแห่งประวัติศาสตร์และวัฒนธรรม">'
+ '<img src="/update/images/th_header_top6.jpg" alt="Cool Osaka" width="800" height="180" /><\/a>';

header_imageTags[6] = '<a href="http://www.facebook.com/pages/Caf%C3%A9-de-OSAKA/180163878703789"'
+ ' title=""FACEBOOK Cafe de Osaka">'
+ '<img src="/update/images/th_header_top12.jpg" alt="Cafe de Osaka" width="800" height="180" /><\/a>';

header_imageTags[7] = '<a href="/th/column/kawaii.html"'
+ ' title="คาวาอิ โอซาก้า">'
+ '<img src="/update/images/th_header_top9.jpg" alt="Kawaii Osaka" width="800" height="180" /><\/a>';

header_imageTags[8] = '<a href="/th/column/oishii.html"'
+ ' title="โออิชิ โอซาก้า ">'
+ '<img src="/update/images/th_header_top11.jpg" alt="Oishii Osaka" width="800" height="180" /><\/a>';

header_imageTags[9] = '<a href="/th/column/cool.html"'
+ ' title=""Cool Osaka" โอซาก้า เมืองแห่งประวัติศาสตร์และวัฒนธรรม">'
+ '<img src="/update/images/th_header_top7.jpg" alt="Cool Osaka" width="800" height="180" /><\/a>';

document.write(header_imageTags[header_imageTags_num]);
