<!--
sky = new Array(1094,1094,1094,1113,1151,1153,1229,1232,1243,1243,1243,1244);
idx = sky[Math.floor(Math.random()*(sky.length))];
if (document.all!=null) {
  if (document.body.clientWidth>900) {
    document.writeln( '<iframe src="/php/get_pub_fr.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_fr.php3?idx='+idx+'" width=120 height=600 background="./design/steam_ocean02.jpg"></ilayer>');
  }
}
//-->