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>&copy; 2000-'
document.write(html);		
<!--

var m_names = new Array("January", "February", "March", 
"April", "May", "June", "July", "August", "September", 
"October", "November", "December");

var d = new Date();
var curr_date = d.getDate();
var curr_month = d.getMonth();
var curr_year = d.getFullYear();
document.write(curr_year);

/* The last two lines above have 
to placed on a single line */

//-->		
		
		
html=' <a href="mailto:mario@marioolivares.com"> Mario Olivares</a> Music. All rights reserved.</p>' +

    '<p><a href="http://www.facebook.com/marioolivaresmusic" target="_blank"><img src="/images/facebook.jpg" alt="Facebook" width="25" height="25" align="absmiddle" /></a> <span class="labelcell15bold"><b>Visit Mario on Facebook</b></span></p>' +
	
	'</div>' 

document.write(html);

