<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

function y2k(number) { return (number < 1000) ? number + 1900 : number; }
var today = new Date();
var year = y2k(today.getYear());
document.write('© '+year+' Cassini - D&D Mfg Inc - All Rights Reserved');

document.write('<center><a href="http://www.submitexpress.com/"><img SRC="http://www.submitexpress.com/submitexpress.gif" BORDER=0 height=31 width=88></a></center>');

//document.write('<span class ="footer">&copy;Copyright 2009 ');

//document.write('<a href="index.html" target="_top">Cassini - D&amp;D Mfg Inc</a> ');

//document.write('All Rights Reserved<br>');

//document.write('For more information feel free to '); 

//document.write(' <A HREF="contact.php">Contact Us</a>');

//document.write('</span><br><br>');

//document.write('Provided by the <a href="http://www.compucert.com/microsoft-certification.html">microsoft certification</a> team at <a href="http://www.compucert.com">CompuCert</a>.');

//  End -->
