function reload_titleotron() {
    var lefttextval = document.getElementById("title_lines");
    random_title();
    lefttextval.innerHTML=newblock;
  }

/*write the panel*/
maxlines=8;
barwide=160;
barhigh=19;
barspace=3;
document.write('<div align="center"><div class="title_o_tron"><a name="titleotron"></a><img src="http://thrilling-tales.webomator.com/derange-o-lab/title-o-tron/fb_header_black.jpg" alt="Pulp Sci Fi Title Generator" width="172" height="95"><div id="title_lines">');
hbar="http://thrilling-tales.webomator.com/derange-o-lab/title-o-tron/fb_hbar.jpg";
random_title();
document.write(newblock);
document.write('</div><a href="#titleotron" onClick="reload_titleotron();"><img src="http://thrilling-tales.webomator.com/derange-o-lab/title-o-tron/fb_button.jpg" alt="Make Random Titles" width="172" height="45" border="0"></a><img src="http://thrilling-tales.webomator.com/derange-o-lab/title-o-tron/fb_footer_black.jpg" alt="Thrilling Tales of the Downright Unusual" width="172" height="152" border="0" style="margin-bottom:-8px;" usemap="#titleomap"><map name="titleomap"><area shape="rect" coords="4,41,169,149" href="http://thrilling-tales.webomator.com/" target="_blank" alt="Thrilling Tales of the Downright Unusual"></map></div></div>');
