html='	<div id="contentfooter"> ' +
		'<p><a href="main.htm">Home</a> | <a href="music.htm">The Music</a> | <a href="artist.htm">About The Artist</a><br> <a href="events.htm">On Tour</a> | <a href="photos.htm">Photo Gallery</a> | <a href="contact.htm">Contact</a></p>' +

		'<p>2000-2009 &copy; <a href="mailto:mario@marioolivares.com"> Mario Olivares</a> Music. All rights reserved.</p>' +
	'</div>' 

document.write(html);
