var image,title;
if ( title == null ) title = document.title;

if ( ( current == "MemRoom" ) && ( document.title != "To Members Room" ) ) 
{  document.writeln (
   '<div class="logohdr">' +
   '  <a href="/index.html"><img src="/images/logo.gif" ' +
   '                   alt="Logo for the Guild of One-Name Studies. Tree in a crest with web site address below." ' +
   '                   title="Surnames-R-Us! The Guild of One-Name Studies"></a>' +
   '</div>');
   if ( image == null ) 
   { document.writeln ('<div class="titlehdr"><h2>' + title + '</h2></div>'); }
   else
   { document.writeln ('<div class="imagehdr"><img src="/images/' + image + '" alt="Title image"></div>'); }
   document.writeln ('<p style="clear: both"></p>');
}
else
{  if ( image == null )
   {  document.writeln ('<h2 class="title" style="margin-top: 40px;">' + title + '</h2>'); }
   else
   {  document.writeln ('<img src="/images/' + image + '" alt="Title image">'); }
}
