// JavaScript Document


function changeBlock(){
var ID=new Array()
ID[01]='<a href="04-01-00.html" onFocus="blur();"><img src="../_img/balloons/HP_SE_EN.gif"'
ID[02]='<a href="http://www.flickr.com/groups/exd09/" onFocus="blur();" target="_blank"><img src="../_img/balloons/HP_FLICKR_EN.gif"'
ID[03]='<a href="02-02-01.html" onFocus="blur();"><img src="../_img/balloons/HP_QQS_EN.gif"'
ID[04]='<a href="02-02-01.html" onFocus="blur();"><img src="../_img/balloons/HP_QQS_EN.gif"'

var change=Math.floor(Math.random()*ID.length)
if (change==0)
change=1
document.write('<div class="top_bar_alt"></div> '+ID[change]+' border="0"></a><br>')
}
changeBlock()


