// JavaScript Document

var header_imageTags = new Array();
var header_imageTags_num = Math.floor(Math.random()*3);

header_imageTags[0] = '<a href="/ch_t/search/detail/sightseeing_1158.html"'
+ ' title="打開住吉大社的詳細介紹">'
+ '<img src="/update/images/header_image_top0.jpg" alt="住吉大社" width="800" height="120" /><\/a>';

header_imageTags[1] = '<a href="/ch_t/search/detail/sightseeing_1158.html"'
+ ' title="打開住吉大社的詳細介紹">'
+ '<img src="/update/images/header_image_top0.jpg" alt="住吉大社" width="800" height="120" /><\/a>';

header_imageTags[2] = '<a href="/ch_t/search/detail/sightseeing_1158.html"'
+ ' title="打開住吉大社的詳細介紹">'
+ '<img src="/update/images/header_image_top0.jpg" alt="住吉大社" width="800" height="120" /><\/a>';

document.write(header_imageTags[header_imageTags_num]);