<!-- COPYRIGHT START -->

function footerYear() 
{
  var now = new Date();
  var currentYear = now.getFullYear();  

  document.write(currentYear + " &copy; Storm Motorwerks");
}

<!-- COPYRIGHT END -->


<!-- INTERIOR WINDOW START -->

function interiorWindow(url)
{
 window.open(url, "", "toolbar=0, left=305, top=262, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=590, height=366");
}

<!-- INTERIOR WINDOW END -->
