﻿/*
 
Code to universally generate the navigation bar at the top of every page.

*/

	function navigation()
	{
	    document.write('<a href="http://www.michaelandzoya.com/index.html">Home</a>') 
		document.write('<span class=list-heading>&nbsp●&nbsp</span><a href="http://www.michaelandzoya.com/BlogArchive/120215.htm">Blog</a>')
		document.write('<span class=list-heading>&nbsp●&nbsp</span><a href="http://www.michaelandzoya.com/Interests.htm">Interests</a> ')
		document.write('<span class=list-heading>&nbsp●&nbsp</span><a href="http://www.michaelandzoya.com/Photos.htm">Media</a>') 		
		document.write('<span class=list-heading>&nbsp●&nbsp</span><a href="http://www.michaelandzoya.com/About.htm">About</a> ')
	}

    navigation()

		
	
	
	
	
	


