<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">Copyright &copy; ');
var copyright="";
today=new Date();
var thisyear=today.getFullYear();
var copyrightperiod="2004"
if(thisyear!=2004) {
 copyrightperiod+=" - "+thisyear;
}
copyright+=copyrightperiod;
copyright+=" ";
document.write(copyright);

document.write('<a href="index.html" target="_top">Michael Mina</a> ');
document.write('All Rights Reserved<br />');
document.write('For more information feel free to '); 
document.write(' <a href="contact.html">Contact Me</a>');
document.write('</span><br />');

//  End -->