<!--
// google sky : 1148, 368
sky = new Array(350,350,350,350);
idx = sky[Math.floor(Math.random()*(sky.length))];
if (document.all!=null) {
  if (document.body.clientWidth>900) {
    document.writeln( '<iframe src="/php/get_pub_en.php3?idx='+idx+'" width=120 height=600 allowTransparency="true" style="background-color:transparent; text-align:center;" frameborder=0 marginwidth=0 marginheight=0 noresize scrolling=no></iframe>');
  }
} else {
  if (document.width>900) {
    document.writeln( '<ilayer src="/php/get_pub_en.php3?idx='+idx+'" width=120 height=600 background="./design/steam_ocean02.jpg"></ilayer>');
  }
}
//-->