function openWindow() { var popupWin = window.open('/privacy_policy.html', 'privacy', 'scrollbars,resizable,width=640,height=480,left=50,top=50') } var Stamp = new Date(); var the_month = Stamp.getMonth(); var the_day = Stamp.getDay(); var ThisYear = Stamp.getFullYear(); document.write("
"); if (ThisYear > "2005") { var AddText ="2005-"; } else { AddText =""; } document.write("
Copyright ©"+AddText+ThisYear+" Lease End Automotive Finance (LEAF), LLC DBA Fourth Fleet Financial, Hurst, TX. Privacy Policy."); document.write("
");