function RunFooter()
{
document.write('	<div id="footer">');
document.write('            <p><span>ASP Racing</span> &copy; Copyright 2011 | All rights reserved. Powered by ');
document.write('<a href="http://www.jbrwebdesign.com" target="blank">JBR Website Design</a><br /> ');
document.write('<center><a href="http://www.PositiveSSL.com" target="blank" style="font-family: arial; font-size: 10px; ');
document.write('text-decoration: none;">');
document.write('<img src="images/PositiveSSL_tl_trans.gif" alt="SSL Certificate Authority" title="SSL Certificate Authority" ');
document.write('border="0" /><br />');
document.write('SSL Certificate Authority</a></center></p>');


document.write('         </div>');
}
