// JavaScript Document

var header_imageTags = new Array();
var header_imageTags_num = Math.floor(Math.random()*9);


header_imageTags[0] = '<a href="http://www.osaka-info.jp/en/search/detail/event_12.html"'
+ ' title="Osaka Castle Plum Orchard">'
+ '<img src="/update/images/en_header_top58.jpg" alt="Osaka Castle Plum Orchard" width="800" height="180" /><\/a>';

header_imageTags[1] = '<a href="http://www.facebook.com/pages/Caf%C3%A9-de-OSAKA/180163878703789"'
+ ' title="Cafe de Osaka">'
+ '<img src="/update/images/en_header_top52.jpg" alt="Cafe de Osaka" width="800" height="180" /><\/a>';

header_imageTags[2] = '<a href="http://www.osaka-info.jp/en/search/detail/shopping_5037.html"'
+ ' title="Osaka Takashimaya">'
+ '<img src="/update/images/en_header_top59.jpg" alt="Osaka Takashimaya" width="800" height="180" /><\/a>';

header_imageTags[3] = '<a href="http://www.osaka-info.jp/en/search/detail/shopping_5244.html"'
+ ' title="Osaka Station City">'
+ '<img src="/update/images/en_header_top60.jpg" alt="Osaka Station City" width="800" height="180" /><\/a>';

header_imageTags[4] = '<a href="http://www.osaka-info.jp/en/search/detail/event_5872.html"'
+ ' title="Tenma Tenjin Plum Festival">'
+ '<img src="/update/images/en_header_top61.jpg" alt="Tenma Tenjin Plum Festival" width="800" height="180" /><\/a>';

header_imageTags[5] = '<a href="http://www.osaka-info.jp/en/search/detail/shopping_5187.html"'
+ ' title="O1O1 NAMBA MARUI">'
+ '<img src="/update/images/en_header_top62.jpg" alt="O1O1 NAMBA MARUI" width="800" height="180" /><\/a>';

header_imageTags[6] = '<a href="http://www.osaka-info.jp/supporter/en/"'
+ ' title="Inviting Osaka Tourism Supporters (tentative)!">'
+ '<img src="/update/images/en_header_top57.jpg" alt="Inviting Osaka Tourism Supporters (tentative)!" width="800" height="180" /><\/a>';

header_imageTags[7] = '<a href="http://www.osaka-info.jp/en/search/detail/sightseeing_3147.html"'
+ ' title="Floating Garden Observatory (Umeda Sky Building)">'
+ '<img src="/update/images/en_header_top45.jpg" alt="Floating Garden Observatory (Umeda Sky Building)" width="800" height="180" /><\/a>';

header_imageTags[8] = '<a href="http://www.facebook.com/pages/Caf%C3%A9-de-OSAKA/180163878703789"'
+ ' title="FACEBOOK Cafe de Osaka">'
+ '<img src="/update/images/en_header_top40.jpg" alt="FACEBOOK Cafe de Osaka" width="800" height="180" /><\/a>';

document.write(header_imageTags[header_imageTags_num]);
