function movescope() {
  scope.style.posLeft=event.clientX-(scope.offsetWidth/2+1)+document.body.scrollLeft;
  scope.style.posTop=event.clientY-(scope.offsetHeight/2+1)+document.body.scrollTop;
}

function header(link, title) {
  document.write('<meta name="Author" content="Pat Hall">');
  document.write('<meta name="description" content="The official F-Minus web site.">');
  document.write('<meta name="keywords" content="F-minus; Brad Logan; Jen Johnson; Erica Daking; Adam Zuckert; Pat Hall; Punk Rock; Afghanistan; Anthrax;">');
  document.write('<link rel="stylesheet" href="style.css" type="text/css">');
  document.write('</head>');
  document.write('<body>');
  document.write('<center>');
  document.write('<img src="images/minus00.jpg" usemap="#nav" border=0 width=352 height=102>');
  document.write('<map name="nav">');                                                          
  document.write('<area shape=rect coords="3,4,348,65" href="' + link + '" alt="">'); 
  document.write('<area shape=rect coords="7,73,42,92" href="bio.htm" alt="">');
  document.write('<area shape=rect coords="51,69,108,91" href="photos.php" alt="">');
  document.write('<area shape=rect coords="121,70,224,97" href="discography.htm" alt="">');
  document.write('<area shape=rect coords="240,74,284,96" href="tour.htm" alt="">');
  document.write('<area shape=rect coords="298,75,349,95" href="links.htm" alt="">');
  document.write('</map>');                                                                    
  document.write('</center>');
  document.write('<p>');
  if (title != '') {
    document.write('<div align=center><font color=#808080 size=-1><b>..ooOO</b></font> ' + title + ' <font color=#808080 size=-1><b>OOoo..</b></font></div>');
    document.write('<p>');
  }
}

function footer() {
  document.write('<p>');
  document.write('<center>');
  document.write('[ <!-- <a href="http://www.musicsuck.com/f-minus/forum">Message Board</a> |--> <a href="./news.htm">News</a> ]');
  document.write('<p>');
  document.write('<a href="mailto:suburbanblight@yahoo.com"><img src="images/minus08.jpg" width=70 height=70 border=0></a>');
  document.write('<p>');
  document.write('<img src="http://www.musicsucks.com/cgi-sys/Count.cgi?df=fminus.dat&display=Counter&ft=0&dd=D&srgb=00ff0&prgb=FFFFFF&tr=1&pad=N&reload=0">');
  document.write('</center>');
  document.write('</body>');
  document.write('</html>');
}