
var rdmImg = new Array(6);
rdmImg[0] = "side_bg1";
rdmImg[1] = "side_bg2";
rdmImg[2] = "side_bg3";
rdmImg[3] = "side_bg4";
rdmImg[4] = "side_bg5";
rdmImg[5] = "side_bg6";
i = Math.floor(Math.random()*rdmImg.length);

function openMes() {
 window.open('http://georgetakei.jp/message.html','GHT','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
function weddingCard() {
 window.open('http://georgetakei.jp/g_wedding.html','GHT','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}

document.write("<img src='http://georgetakei.jp/info/img/"+rdmImg[i]+".jpg' border='0' alt=''>");
document.write("<div class='sideNavi'><a href='http://georgetakei.jp/about.html'><img src='http://georgetakei.jp/info/img/side_about.gif' width='101' height='16' alt='About This SIte'></a></div>");
document.write("<div class='sideNavi'><a href='http://georgetakei.jp/contact.html'><img src='http://georgetakei.jp/info/img/side_contact.gif' width='101' height='16' alt='Contact'></a></div>");
document.write("<div class='sideMes'><a href='http://georgetakei.jp/wed_report/wedding_report.html' target='_blank'''><img src='http://georgetakei.jp/info/img/side_wed_report.gif' width='145' height='75' alt='Wedding'></a></div>");
document.write("<div class='sideMes'><a href='javascript:openMes()'><img src='http://georgetakei.jp/info/img/side_mes.gif' width='145' height='75' alt='Message'></a></div>");
document.write("<div class='link_bn'>");
document.write("<p>Maybe you'd like to link to GHT with a nifty logo!</p>");
document.write("<p><img src='http://georgetakei.jp/img/ght_bn1.gif' width='87' height='30' alt='ght_bn1.gif'></p>");
document.write("<p><img src='http://georgetakei.jp/img/ght_bn2.gif' width='87' height='30' alt='ght_bn2.gif'></p>");
document.write("</div>");