document.write('<ul id="jsddm">');

    document.write('<li><a href="index.html">HOME</a></li>');
	
    document.write('<li><a href="https://www.facebook.com/#!/TheVanzBand?sk=events" target="_blank">GIG GUIDE</a>');
	document.write('</li>');
	
    document.write('<li><a href="the_vanz_band_repertoire.html">REPERTOIRE</a>');
	document.write('</li>');
		
    document.write('<li><a href="the_vanz_band_gallery.html">GALLERY</a>');			   
	document.write('</li>');
		
    document.write('<li><a href="the_vanz_band_audio.html">AUDIO</a>');
	document.write('</li>');
	
	document.write('<li><a href="the_vanz_band_links.html">LINKS</a>');
	document.write('</li>');
	
	document.write('<li><a href="contact_the_vanz.html">CONTACT</a>');
	document.write('</li>');
		
	document.write('<li>OTHER VANZ BANDS');
			document.write('<ul>');
			document.write('<li><a href="so_60s.html">&nbsp;So 60s</a></li>');
            document.write('<li><a href="that_70s_band.html">&nbsp;That 70s Band</a></li>');
			document.write('<li><a href="dna.html">&nbsp;DNA</a></li>');
        document.write('</ul>');
		document.write('</li>');
document.write('</ul>');

