/* Shared functions, headers, menus and footer for Artists on the Classic R&B site  */

function writemain (artist) 
{ 
  document.writeln('<div class="pagebody"><div class="pagetitle"><table class="wide"><tr><td><p class="title">')
  document.writeln('<a class="title" href="../../index.html">Home</a> | ')
  document.writeln('<a class="title" href="../../artists/index.html">R&amp;B Artists</a> | ')
  document.writeln('<a class="title" href="../../links/links.html">R&amp;B Links</a> | ')  
  document.writeln('<a class="title" href="../../music/index.html">R&amp;B Music</a>')

  document.writeln ('<h1>Classic R&amp;B Artists</h1></td><td>')
  
  document.writeln ('<a href="http://www.rocket88s.ca"><img class="logo" alt="Rocket 88s" src="../../rocket88s_logo.jpg" width="120"></a></td></tr></table></div>');
}

function footer ()
{
  document.writeln('<span class="credit"><p>&nbsp;<p>This website is hosted by the <a href="http://www.rocket88s.ca">Rocket 88s</a>, a swingin&#39;, rockin&#39;, Blues Band based in Peterborough, Canada. <br>All images, lyrics etc. are copyright of their respective owners.</span></div>') 
}


/* === Write CSS links === */

  document.writeln('<LINK REL=stylesheet HREF="../../randb.css"    TYPE="text/css">');  

