// JavaScript Document
		/*document.write('<a href='index.html'><img src='images/topNav/01_home.jpg' width='49' height='17' border='0' class='topNav'/></a>');
		document.write('<a href='music.html'><img src='images/topNav/02_music.jpg' width='52' height='15' border='0' class='topNav'/></a>');
		document.write('<a href='contact.html'><img src='images/topNav/03_contact.jpg' width='73' height='16' border='0' class='topNav'/></a>');
		document.write('<a href='links.html'><img src='images/topNav/04_links.jpg' width='46' height='14' border='0' class='topNav'/></a>');*/
		
		var topNav = "<a href='home_content.html' target='content'><img src='images/topNav/01_home.jpg' width='49' height='17' border='0' class='topNav'/></a>";
		topNav += "<a href='music_content.html' target='content'><img src='images/topNav/02_music.jpg' width='52' height='15' border='0' class='topNav'/></a>";
		topNav += "<a href='contact_content.html' target='content'><img src='images/topNav/03_contact.jpg' width='73' height='16' border='0' class='topNav'/></a>";
		topNav += "<a href='links_content.html' target='content'><img src='images/topNav/04_links.jpg' width='46' height='14' border='0' class='topNav'/></a>";
		document.write(topNav);