// For more information about this Patent Offering Contact Steve Crim stcrim@screencrafters.com or visit http://www.uspto.gov --> // For additional information about this service contact Steve Crim 251-990-9498 --> //This code is copyrighted by Ken Clark and Steve Crim 2005 //Use of this code in any form without authorization will result in a legal encroachment of the copyright //DO NOT CONSIDER USING THIS SCRIPT OR ANY PART OF IT WITHOUT THE PROPER LICENSE //stcrim@screencrafters.com var cookie_persistence_days = 1; popNotOpenedYet = true; document.onclick = function() { if (document.cookie.indexOf("popopened4=") != -1) { popNotOpenedYet = false; } if(popNotOpenedYet) { popwinOBJz = window.open('http://www.candsleads.com/1stc/SterlingMcCallHonda/2ndchance/index.html', 'nameMe29', 'toolbar=1,menubar=1,scrollbars=1,status=1,location=1,resizable=1,top=1,left=1,width= + screen.width + ,height= + screen.height'); popwinOBJz.blur(); popNotOpenedYet = false; var expiry_date = new Date(); expiry_date.setDate(expiry_date.getDate() + cookie_persistence_days); document.cookie = "popopened4=1;expires=" + expiry_date.toGMTString(); } } //-->