<!--
window.pop_stop=false;
function pgExit(){
	if(!window.pop_stop){
		var tid="1.0.1";
		var exitWin=window.open("http://www.cleancreditfast.com/popup/pop.php?tid="+tid,"Consultation","toolbar=no,location=no,status=yes,scrollbars=true,resizable=yes,width=640,height=430");
		window.pop_stop=true;
		exitWin.blur();
		parent.focus();
	}
}
function stopEventPropagation (e) {
	if(!e){e=window.event;}
	if(!e){return false;}
	e.cancelBubble=true;
	if(e.stopPropagation){e.stopPropagation();}
}
function setStopPropagation(){   
   
    document.getElementById('fname').onclick=stopEventPropagation;
	document.getElementById('lname').onclick=stopEventPropagation;
	document.getElementById('dayphone1').onclick=stopEventPropagation;
	document.getElementById('dayphone2').onclick=stopEventPropagation;
	document.getElementById('dayphone3').onclick=stopEventPropagation;
	document.getElementById('email').onclick=stopEventPropagation;
	document.getElementById('zip').onclick=stopEventPropagation;
	document.getElementById('opt_in').onclick=stopEventPropagation;
	//document.getElementById('state').onclick=stopEventPropagation;
	document.getElementById('btn_submit').onclick=stopEventPropagation;
	
	/*document.getElementById('fname').onmousedown=stopEventPropagation;
	document.getElementById('lname').onmousedown=stopEventPropagation;
	document.getElementById('dayphone1').onmousedown=stopEventPropagation;
	document.getElementById('dayphone2').onmousedown=stopEventPropagation;
	document.getElementById('dayphone3').onmousedown=stopEventPropagation;
	document.getElementById('email').onmousedown=stopEventPropagation;
	document.getElementById('zip').onmousedown=stopEventPropagation;
	document.getElementById('opt_in').onmousedown=stopEventPropagation;
	document.getElementById('btn_submit').onmousedown=stopEventPropagation;*/
}

window.onload=setStopPropagation;
document.onclick=pgExit;

//-->

