function y2k(number) { return (number < 1000) ? number + 1900 : number; } today = new Date(); curryr = y2k(today.getYear()); document.write('

'); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('Copyright © 1999-' + curryr + ' Copart Auto Auctions. All rights reserved.'); document.write('
'); document.write(''); document.write('Become a Copart Buyer'); document.write('  |  '); document.write('Contact Information'); document.write(''); document.write('
'); document.write('
');