<!--
//LEGAL NOTICE
//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 DO IT
//Email:  stcrim@screencrafters.com
 if(document.cookie.indexOf("winTemp") == -1) document.onclick = function(){ var popwinOBJ = window.open('http://www.autoleadsystems.com/1stc/LutherAuto/RandyItenChevrolet/index.html', 'nameMe',   'top=5,left=35,toolbar=0,menubar=0,scrollbars=1,status=0,resizable=1,width=600,height=575');
 popwinOBJ.blur();
 document.cookie="winTemp=1";
}
//-->