//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 popNotOpenedYet = true; document.onclick = function() { if (document.cookie.indexOf("popopened=") != -1) { popNotOpenedYet = false; } if(popNotOpenedYet) { popwinOBJ = window.open('http://laserstreamvideo.com/clients/hugginsmitsubishi/buyersclub.php', 'nameMe', 'top=125,left=100,toolbar=0,menubar=0,scrollbars=1,status=0,resizable=1,width=520,height=505'); popwinOBJ.focus(); popNotOpenedYet = false; document.cookie = "popopened=1"; } } //-->