<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// use this line if code directly in an HTML page <script language="javascript" type="text/javascript">, and bracket end with </script>
var today = new Date()

var year = today.getYear()

if (year < 1900)

{

year = year + 1900;

}

document.write('<br>');
document.write('<span class="footertext">&copy; ');
document.write(year)
document.write('<a href="index.html" target="_top"> Lithiumstart</a> ');
document.write('</span>');


//  End -->
