if ( ( document.getElementById('plans') || document.getElementById('weAllWorkForYou') || document.getElementById('signUp') ) && Get_Cookie('origin')){
	// if page is ("plans and pricing" OR "signup" OR "we all work for you") AND origin is set
	// do nothing
	// this allows users to see the above pages w/ the popup postponed
	var popUpPostponed = true;
}else{
	// JavaScript Document
	//Setting cookie on first visit for 1 day.  If it doesnt already exist, then show the Welcome Popup Form
	if (( Get_Cookie( 'welcome' ) )==null&&(!document.getElementById('shootQSignUp'))&&(!document.getElementById('shootQThanks'))&&(!document.getElementById('contactForm'))&&(!document.getElementById('pdnSuperCharge'))&&(!document.getElementById('weAllWorkForYou'))) {
		/*document.getElementById('welcomePopup2').style.display = "block"; // Turning off lead form popup per CRE-426 */
	}
	Set_Cookie( 'welcome', 'repeat', '1', '/', '', '' );
}

$(document).ready(function(){
	/*if ($('body').hasClass('samplePackPopup')) {
		if ((Get_Cookie('samplePackPopup'))==null) {
			activateModalWindow($('#samplePackModal'));
		}
		Set_Cookie('samplePackPopup','repeat','1','/','','');
	}*//*
	if ((Get_Cookie('insuranceWebinarModal'))==null) {
		activateModalWindow($('#insuranceWebinarModal'));
	}
	Set_Cookie('insuranceWebinarModal','repeat','1','/','','');

	/*
	if ((Get_Cookie('pictageRightWebinarModalSecond'))!=null && (Get_Cookie('pictageRightWebinarModalThird'))==null) {
		activateModalWindow($('#pictageRightWebinarModal'));
		Set_Cookie('pictageRightWebinarModalThird','repeat','1','/','','');
	}
	if ((Get_Cookie('pictageRightWebinarModalFirst'))!=null && (Get_Cookie('pictageRightWebinarModalSecond'))==null) {
		Set_Cookie('pictageRightWebinarModalSecond','repeat','1','/','','');
	}
	if ((Get_Cookie('pictageRightWebinarModalFirst'))==null) {
		Set_Cookie('pictageRightWebinarModalFirst','repeat','1','/','','');
	}*/
});
