// JavaScript Document 
 
  <!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<a href="index.html">Home</a>');
document.write('&nbsp; |&nbsp;');
document.write(' <a href="bio.html">Biography</a>');
document.write('&nbsp; |&nbsp;');
document.write(' <a href="contact.html">Contact</a>');
document.write('&nbsp; |&nbsp;');
document.write('<a href="disco.html"> Discography</a>');
document.write('<br><br>All contents &copy;Copyright 2010 ');
document.write('<a href="index.html">Jack Lavin Music Ltd.</a><br>');
 {
document.write('<img src="images/W3C-xhtml.jpg" alt="image" height="25" width="70" /> ');
document.write('&nbsp; &nbsp; &nbsp; &nbsp;');
document.write('Site Design &copy; 2008 - 2012 All Rights Reserved <a href="http://purplechrome.com" target="_blank">Purple Chrome Grafix & Web Design</a> ');
document.write('&nbsp; &nbsp; &nbsp; &nbsp;');
document.write('<img src="images/W3C-css.jpg" alt="image" height="25" width="70"  /> ');
}

//  End -->

