/* Shared site functions, headers, menus and footer  */


function writemain (entry) 
{ 
  var pdepth = "../";
  if (entry == "Home") {pdepth = ""}
  
  document.writeln('<div class="pagebody"><div class="pagetitle"><table class="title"><tr><td class="wide"><p class="title">')

  if (entry == "Home") {document.writeln ('Home | ')}
  else {document.writeln('<a class="title" href="' + pdepth + 'default.html">Home</a> | ')}
  if (entry == "The Band") {document.writeln ('The Band | ')}
  else {document.writeln('<a class="title" href="' + pdepth + 'Band/index.html">The Band</a> | ')}
  if (entry == "Music") {document.writeln ('Music | ')}
  else {document.writeln('<a class="title" href="' + pdepth + 'Music/index.html">Music</a> | ')}
  if (entry == "Chat") {document.writeln ('Chat | ')}
  else {document.writeln('<a class="title" href="' + pdepth + 'Chat/index.html">Chat</a> | ')}
  if (entry == "News") {document.writeln ('News | ')}
  else {document.writeln('<a class="title" href="' + pdepth + 'News/index.html">News</a> | ')}
  if (entry == "Links") {document.writeln ('Links | ')}
  else {document.writeln('<a class="title" href="' + pdepth + 'Links/links.html">Links</a>')}
  
  document.writeln ('<h1>Rocket 88&#39;s</h1><p>&nbsp;<h2>'+entry+'</h2></td><td class="right"><script type="text/javascript">demo_player()</script>');
  document.writeln ('</td></tr></table></div>');
}

function demo_player ()
{
  document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"' +	
    'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"' +
    'width="400" height="168">' +
    '<param name="allowScriptAccess" value="sameDomain">' +
    '<param name="movie" value="http://www.rocket88s.ca/Audio/xspf_player.swf?playlist_url=http://www.rocket88s.ca/Audio/siteplaylist.xspf&autoresume=1&autoplay=1&shuffle=true">' +	      
    '<param name="quality" value="high">' +
    '<param name="bgcolor" value="#e6e6e6">' +
    '<embed src="http://www.rocket88s.ca/Audio/xspf_player.swf?playlist_url=http://www.rocket88s.ca/Audio/siteplaylist.xspf&autoresume=1&autoplay=1&shuffle=true"' +
    'quality="high" bgcolor="#e6e6e6" name="xspf_player" allowscriptaccess="sameDomain"' + 
    'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"' + 
    'align="center" height="168" width="400">' +
    '</object>');
}

function footer ()
{
  document.writeln('<p><span class="credit">Copyright &copy; 2011 Rocket88s.ca. All rights reserved.</span></div>') 
}

function demo_foot ()
{
  footer();
}

/* === Write CSS links === */
  document.writeln('<link rel="icon" href="http://rocket88s.ca/icon.ico" type="image/x-icon" />');
  document.writeln('<LINK REL=stylesheet HREF="http://www.rocket88s.ca/normal.css" TYPE="text/css">');
  document.writeln('<LINK REL=stylesheet HREF="http://www.rocket88s.ca/black.css"  TYPE="text/css">');
