<!-- Begin



<!-- NOTE: If you use a ' add a slash before it like this \' -->

var d=new Date(); 
yr=d.getFullYear();

if (yr!=2004)
{
document.write('<span class ="footer">&copy; Copyright 1986 ');

document.write("- "+yr);

document.write(' ');

document.write('Elite Office Solutions<br> ');

document.write('</span><br>');
}
else
{
document.write('&copy; Copyright 1986 ');

document.write('Elite Office Solutions<br> ');

document.write('<br>');
}
//  End -->
